Browse Source

Increase heap space.

pull/376/head
Sebastian Stehle 7 years ago
parent
commit
c46bd87f8d
  1. 2
      src/Squidex/package.json

2
src/Squidex/package.json

@ -11,7 +11,7 @@
"test:coverage": "karma start karma.coverage.conf.js",
"test:clean": "rimraf _test-output",
"tslint": "tslint -c tslint.json -p tsconfig.json app/**/*.ts",
"build": "npm run copy && webpack --config app-config/webpack.config.js --env.production",
"build": "npm run copy && node --max_old_space_size=4096 node_modules/webpack/bin/webpack.js --config app-config/webpack.config.js --env.production",
"build:clean": "rimraf wwwroot/build"
},
"dependencies": {

Loading…
Cancel
Save