diff --git a/package.json b/package.json index e3c42be..9db5d6a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "''", "scripts": { "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-watch": "karma start", "start": "webpack-dev-server --progress --profile --colors --watch-poll",