Skip to content

Commit 544d1a1

Browse files
committed
Fix reloading MV3 extension in Chrome with web-ext
1 parent 264e394 commit 544d1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tx:
5656
scripts/fix_placeholders.py
5757

5858
runch:
59-
./node_modules/.bin/web-ext run --target chromium --arg="--disable-component-update" --arg="--disable-blink-features=AutomationControlled" --arg="--enable-features=AllowLegacyMV2Extensions" --start-url "chrome://extensions" -s src/
59+
./node_modules/.bin/web-ext run --target chromium --arg="--disable-component-update" --arg="--disable-blink-features=AutomationControlled" --start-url "chrome://extensions" -s src/ --watch-ignored=**/_metadata
6060

6161
runfa:
6262
./node_modules/.bin/web-ext run -s src/ --target firefox-android --adb-bin $$ADB_BIN --android-device $$ANDROID_DEVICE_ID --firefox-apk org.mozilla.firefox --verbose

0 commit comments

Comments
 (0)