This commit is contained in:
Zheng Jie
2022-02-27 10:53:34 +08:00
parent 1ff0d86f95
commit 7b8cc4c9ba

View File

@@ -6,7 +6,7 @@
"license": "Apache-2.0",
"scripts": {
"dev": "vue-cli-service serve",
"build:prod": "vue-cli-service build --max_old_space_size=4096",
"build:prod": "vue-cli-service build --max_old_space_size=8096",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src",