Increase stack size in node

This commit is contained in:
Lukas Martinelli 2017-01-08 17:15:21 +01:00
parent e7b11d8bc9
commit 7b24cbf39b

View file

@ -5,7 +5,7 @@
"main": "''", "main": "''",
"scripts": { "scripts": {
"stats": "webpack --config webpack.production.config.js --profile --json > stats.json", "stats": "webpack --config webpack.production.config.js --profile --json > stats.json",
"build": "webpack --config webpack.production.config.js --progress --profile --colors", "build": "node --stack_size=100000 node_modules/webpack/bin/webpack.js --config webpack.production.config.js --progress --profile --colors",
"test": "karma start --single-run", "test": "karma start --single-run",
"test-watch": "karma start", "test-watch": "karma start",
"start": "webpack-dev-server --progress --profile --colors --watch-poll", "start": "webpack-dev-server --progress --profile --colors --watch-poll",