diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-06-20 01:54:39 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-08-07 11:08:58 -0500 |
commit | 223de8b4427304d5d37b5b268e4e8f7f42e886bf (patch) | |
tree | 1f63f4aef96c35e7742184220a26ced0cb0d5bbe /package.json | |
parent | e43099e407b9794728e967b1f757686fd8941179 (diff) | |
download | gitlab-ce-223de8b4427304d5d37b5b268e4e8f7f42e886bf.tar.gz |
upgrade webpack to v3.0.0
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 57fd3735db6..5681464e35f 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "vue-loader": "^11.3.4", "vue-resource": "^1.3.4", "vue-template-compiler": "^2.2.6", - "webpack": "^2.6.1", + "webpack": "^3.0.0", "webpack-bundle-analyzer": "^2.8.2", "webpack-stats-plugin": "^0.1.5" }, |