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-07 07:14:42 +0300
committerMike Greiling <mike@pixelcog.com>2017-08-07 19:08:58 +0300
commite43099e407b9794728e967b1f757686fd8941179 (patch)
tree9cf12e69d69d4f181b95d83ff208e8fcafa66cd7 /package.json
parent1e207e8a1ad3c7885192b17a44dab2c350c5fa5a (diff)
replace stats-webpack-plugin with webpack-stats-plugin
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
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",