GP12报表分页优化
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
"scripts": {
|
||||
"dev": "vue-cli-service serve",
|
||||
"build:prod": "vue-cli-service build",
|
||||
"build:stage": "vue-cli-service build --mode staging"
|
||||
"build:stage": "vue-cli-service build --mode staging",
|
||||
"generateAnalyzFile": "webpack --profile --json stats.json",
|
||||
"analyz": "webpack-bundle-analyzer --port 8888./dist/stats.json"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
@@ -90,7 +92,8 @@
|
||||
"stylus": "^0.54.5",
|
||||
"stylus-loader": "^3.0.2",
|
||||
"svg-sprite-loader": "4.1.3",
|
||||
"vue-template-compiler": "2.6.12"
|
||||
"vue-template-compiler": "2.6.12",
|
||||
"webpack-bundle-analyzer": "^4.10.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.9",
|
||||
|
||||
Reference in New Issue
Block a user