This commit is contained in:
Zheng Jie
2022-02-27 10:51:04 +08:00
parent cede3cf12a
commit 1ff0d86f95

View File

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