replace stats-webpack-plugin with webpack-stats-plugin
Showing
... | ... | @@ -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", | ||
... | ... |
Please register or sign in to comment