mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-22 13:19:02 +00:00
Fix webpack heap out of memory (#794)
Changed dev script to fix "Javascript heap out of memory" error when running docker-compose.
This commit is contained in:
parent
eaca597522
commit
882388620a
@ -4,7 +4,7 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "webpack --watch --progress --mode development",
|
"dev": "node --max-old-space-size=4096 ./node_modules/.bin/webpack --watch --progress --mode development",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"build": "webpack --mode production",
|
"build": "webpack --mode production",
|
||||||
"lint": "eslint src/**/*.{js,ts,tsx}",
|
"lint": "eslint src/**/*.{js,ts,tsx}",
|
||||||
|
Loading…
Reference in New Issue
Block a user