fix: disable hmr (as it only partially works, and breaks other things)

This commit is contained in:
SethBurkart123
2024-01-26 12:19:09 +11:00
parent 4468845733
commit f7969ec9a3
+1 -1
View File
@@ -4,7 +4,7 @@
"type": "module", "type": "module",
"description": "BetterSEQTA+ is a browser extension that adds features to SEQTA.", "description": "BetterSEQTA+ is a browser extension that adds features to SEQTA.",
"scripts": { "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", "build": "parcel build manifest.json --config @parcel/config-webextension --no-content-hash",
"eslint": "eslint --fix ." "eslint": "eslint --fix ."
}, },