mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix: disable hmr (as it only partially works, and breaks other things)
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
"type": "module",
|
||||
"description": "BetterSEQTA+ is a browser extension that adds features to SEQTA.",
|
||||
"scripts": {
|
||||
"dev": "parcel watch manifest.json --host localhost --config @parcel/config-webextension",
|
||||
"dev": "parcel watch manifest.json --host localhost --config @parcel/config-webextension --no-hmr --no-content-hash",
|
||||
"build": "parcel build manifest.json --config @parcel/config-webextension --no-content-hash",
|
||||
"eslint": "eslint --fix ."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user