diff --git a/Makefile b/Makefile index 5b78089345b..68a06923e6c 100644 --- a/Makefile +++ b/Makefile @@ -24,9 +24,9 @@ else WEBPACK_DEV_SERVER = ./node_modules/.bin/webpack serve --mode development endif -all: compile deploy clean +all: compile deploy -compile: +compile: clean NODE_OPTIONS=--max-old-space-size=8192 \ $(WEBPACK)