diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-08-06 23:14:42 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-08-07 11:08:58 -0500 |
commit | e43099e407b9794728e967b1f757686fd8941179 (patch) | |
tree | 9cf12e69d69d4f181b95d83ff208e8fcafa66cd7 /package.json | |
parent | 1e207e8a1ad3c7885192b17a44dab2c350c5fa5a (diff) | |
download | gitlab-ce-e43099e407b9794728e967b1f757686fd8941179.tar.gz |
replace stats-webpack-plugin with webpack-stats-plugin
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index eb3084f30bc..57fd3735db6 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,6 @@ "react-dev-utils": "^0.5.2", "select2": "3.5.2-browserify", "sql.js": "^0.4.0", - "stats-webpack-plugin": "^0.4.3", "three": "^0.84.0", "three-orbit-controls": "^82.1.0", "three-stl-loader": "^1.0.4", @@ -61,7 +60,8 @@ "vue-resource": "^1.3.4", "vue-template-compiler": "^2.2.6", "webpack": "^2.6.1", - "webpack-bundle-analyzer": "^2.8.2" + "webpack-bundle-analyzer": "^2.8.2", + "webpack-stats-plugin": "^0.1.5" }, "devDependencies": { "babel-plugin-istanbul": "^4.0.0", |