Add webpack analyzer support

This commit is contained in:
Chocobozzz 2019-09-24 15:35:45 +02:00
parent ed77067842
commit 29099f62a5
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -5,7 +5,8 @@
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
"lint": "vue-cli-service lint",
"analyze-bundle": "npm run build -- --report-json && webpack-bundle-analyzer ./dist/report.json"
},
"dependencies": {
"axios": "^0.19.0",