From 7b24cbf39b23692a4f3bb79dda1c1113e6a22270 Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Sun, 8 Jan 2017 17:15:21 +0100 Subject: [PATCH] Increase stack size in node --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e3c42bec..9db5d6a4 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",