Skip to content

Commit 376988d

Browse files
committed
remove webpack output files on watch-frontend
1 parent 1d0d5c1 commit 376988d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ lint-frontend: node_modules
295295

296296
.PHONY: watch-frontend
297297
watch-frontend: node_modules
298+
rm -rf $(WEBPACK_DEST_ENTRIES)
298299
NODE_ENV=development npx webpack --hide-modules --display-entrypoints=false --watch --progress
299300

300301
.PHONY: test

0 commit comments

Comments
 (0)