mirror of
https://github.com/maputnik/editor.git
synced 2026-07-31 02:07:26 +00:00
Increase stack size in node
This commit is contained in:
+1
-1
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user