Skip to content

Commit

Permalink
UI: webpack build increase memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ikulikov committed Jul 19, 2019
1 parent d016396 commit 224a77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/package.json
Expand Up @@ -11,7 +11,7 @@
],
"scripts": {
"start": "babel-node --max_old_space_size=4096 server.js",
"build": "cross-env NODE_ENV=production --max_old_space_size=8192 webpack"
"build": "cross-env NODE_OPTIONS=--max_old_space_size=4096 NODE_ENV=production webpack"
},
"dependencies": {
"@flowjs/ng-flow": "^2.7.1",
Expand Down

0 comments on commit 224a77f

Please sign in to comment.