diff --git a/package.json b/package.json index 2c8fc2a..9d51946 100644 --- a/package.json +++ b/package.json @@ -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",