increase heap node for build

This commit is contained in:
Bogdan Duduman 2022-09-28 10:45:33 +03:00 committed by Дамян Минков
parent 5d6aec3f3c
commit f4985d8028
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ WEBPACK_DEV_SERVER = ./node_modules/.bin/webpack serve --mode development
all: compile deploy clean
compile:
NODE_OPTIONS=--max-old-space-size=8192 \
$(WEBPACK)
clean: