mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 10:47:46 +01:00
Increase stack size in node
This commit is contained in:
parent
e7b11d8bc9
commit
7b24cbf39b
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue