Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-08-08 16:42:24 +0300
committerMike Greiling <mike@pixelcog.com>2017-08-15 08:06:11 +0300
commit60ed4aa568889e869b0e447dffdd1af7bbb51cae (patch)
tree70c877b12fd791591d232248f434f7b7531a917b /package.json
parenteb03da693c57327df1426eb3057af252bfd299f6 (diff)
enable webpack scope hoisting
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index c5247a63e67..7cae0ecdd83 100644
--- a/package.json
+++ b/package.json
@@ -63,7 +63,7 @@
"vue-loader": "^11.3.4",
"vue-resource": "^1.3.4",
"vue-template-compiler": "^2.2.6",
- "webpack": "^3.4.0",
+ "webpack": "^3.5.1",
"webpack-bundle-analyzer": "^2.8.2",
"webpack-stats-plugin": "^0.1.5"
},