Skip to content

Commit a08fc1d

Browse files
committed
Fix dev setup for Firefox
An issue in the web-ext package was preventing Firefox from opening in development. Upgrading the package fixed the problem. For reference, see mozilla/web-ext#2975
1 parent b996949 commit a08fc1d

File tree

2 files changed

+268
-202
lines changed

2 files changed

+268
-202
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"stylelint-junit-formatter": "^0.2.2",
8080
"stylelint-prettier": "^1.2.0",
8181
"typescript": "^4.4.2",
82-
"web-ext": "^7.6.0",
82+
"web-ext": "^7.11.0",
8383
"webpack": "5.76.0",
8484
"webpack-chain": "6.5.1",
8585
"webpack-cli": "^5.0.1",

0 commit comments

Comments
 (0)