add webpack bundle analyzer to production output
Showing
... | @@ -32,7 +32,8 @@ | ... | @@ -32,7 +32,8 @@ |
"underscore": "^1.8.3", | "underscore": "^1.8.3", | ||
"vue": "^2.0.3", | "vue": "^2.0.3", | ||
"vue-resource": "^0.9.3", | "vue-resource": "^0.9.3", | ||
"webpack": "^2.2.1" | "webpack": "^2.2.1", | ||
"webpack-bundle-analyzer": "^2.3.0" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"babel-plugin-istanbul": "^4.0.0", | "babel-plugin-istanbul": "^4.0.0", | ||
... | ... |
Please register or sign in to comment