Skip to content

Commit

Permalink
Fix reloader
Browse files Browse the repository at this point in the history
  • Loading branch information
sammacbeth committed Mar 28, 2023
1 parent bbb868d commit 48a91d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ ifeq ($(type), dev)
BACKGROUND_JS := shared/js/background/devbuild.js
# Unless reloader=0 is passed, they also contain an auto-reload module.
ifneq ($(reloader),0)
ESBUILD += --define:RELOADER=false
else
ESBUILD += --define:RELOADER=true
else
ESBUILD += --define:RELOADER=false
endif
endif
$(BUILD_DIR)/public/js/background.js: $(WATCHED_FILES)
Expand Down

0 comments on commit 48a91d7

Please sign in to comment.