diff --git a/package.json b/package.json index 1ca7e66d..60e9670c 100644 --- a/package.json +++ b/package.json @@ -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 ." },