Commit d01639631d4603cf705fa9ce3141144b6e05e4ac
1 parent
9a85e5ae
UI: webpack build increase memory limit
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -11,7 +11,7 @@ |
11 | 11 | ], |
12 | 12 | "scripts": { |
13 | 13 | "start": "babel-node --max_old_space_size=4096 server.js", |
14 | - "build": "cross-env NODE_ENV=production --max_old_space_size=4096 webpack" | |
14 | + "build": "cross-env NODE_ENV=production --max_old_space_size=8192 webpack" | |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | 17 | "@flowjs/ng-flow": "^2.7.1", | ... | ... |