increased ram max on build

This commit is contained in:
subnub
2020-05-18 00:02:12 -04:00
parent eabed0cc0b
commit 58f6915332
+1 -1
View File
@@ -8,7 +8,7 @@
},
"scripts": {
"server": "live-server public/",
"build": "tsc && webpack -p --env production && webpack --config webUI.config.js",
"build": "set NODE_OPTIONS=--max_old_space_size=8172 && tsc && webpack -p --env production && webpack --config webUI.config.js",
"build:webUI": "webpack --config webUI.config.js",
"build:dev": "tsc && webpack --env development",
"dev-server": "webpack-dev-server",