increased ram max on build
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user