mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-20 12:19:00 +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": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "webpack --watch --progress --mode development",
|
||||
"dev": "node --max-old-space-size=4096 ./node_modules/.bin/webpack --watch --progress --mode development",
|
||||
"test": "jest",
|
||||
"build": "webpack --mode production",
|
||||
"lint": "eslint src/**/*.{js,ts,tsx}",
|
||||
|
Loading…
Reference in New Issue
Block a user