forked from nutomic/joinpeertube
Add webpack analyzer support
This commit is contained in:
parent
ed77067842
commit
29099f62a5
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
"build": "vue-cli-service build",
|
"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": {
|
"dependencies": {
|
||||||
"axios": "^0.19.0",
|
"axios": "^0.19.0",
|
||||||
|
|
Loading…
Reference in a new issue