refactor: added bundle analyzer

This commit is contained in:
NGPixel
2018-01-22 00:02:31 -05:00
parent 1c8f3e4bc0
commit d3720ca008
3 changed files with 67 additions and 7 deletions

View File

@@ -8,6 +8,7 @@
"stop": "node wiki stop",
"restart": "node wiki restart",
"build": "poi build",
"build:analyze": "poi build --analyze",
"dev:client": "poi watch",
"dev:server": "nodemon",
"dev:server:alt": "node-dev server --no-deps --respawn --no-notify",
@@ -190,6 +191,7 @@
"vue-template-es2015-compiler": "1.6.0",
"vuex": "3.0.1",
"vuex-persistedstate": "2.4.2",
"webpack-bundle-analyzer": "2.9.2",
"whatwg-fetch": "2.0.3"
},
"jest": {