Skip to content

Commit 1c8d2bc

Browse files
committed
manifest v3 migration
1 parent d736a8a commit 1c8d2bc

26 files changed

Lines changed: 624 additions & 1073 deletions

Makefile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,14 @@ CRXMAKE_DIR=./crxmake
1010
TMPFILELIST=/tmp/filelist
1111

1212
$(NAME)-$(VERSION).zip: $(SRC)
13-
./node_modules/.bin/jasmine || exit
1413
find "$(EXTENSIONDIR)" | sed 's/$(EXTENSIONDIR)/./' > $(TMPFILELIST)
1514
cd $(EXTENSIONDIR); cat $(TMPFILELIST) | zip -q $(DIRNAME)/$@ -@
1615

1716
$(SRC):
18-
./node_modules/.bin/webpack
19-
20-
test:
21-
./node_modules/.bin/jasmine
17+
./node_modules/.bin/webpack --mode=production
2218

2319
watch:
24-
./node_modules/.bin/webpack -w
20+
./node_modules/.bin/webpack -w --mode=development
2521

2622
clean:
2723
rm $(NAME).crx $(NAME).zip

0 commit comments

Comments
 (0)