diff --git a/package.json b/package.json index 8817cf8..cbd5cd0 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "serve": "vue-cli-service serve", - "build": "vue-cli-service build", + "build": "NODE_OPTIONS=--max_old_space_size=4096 vue-cli-service build", "test:unit": "vue-cli-service test:unit", "lint": "vue-cli-service lint" },