Commit 9a85e5aeabb9367abbebf70358312cc5e3b833bf

Authored by Igor Kulikov
1 parent 99c99dcf

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 webpack"
  14 + "build": "cross-env NODE_ENV=production --max_old_space_size=4096 webpack"
15 15 },
16 16 "dependencies": {
17 17 "@flowjs/ng-flow": "^2.7.1",
... ...