diff --git a/package.json b/package.json index 2bcb05d7..574345de 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "browserslist": "> 0.5%, last 2 versions, not dead", "scripts": { "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 --no-cache --no-source-maps", + "build": "parcel build manifest.json --config @parcel/config-webextension --no-content-hash --no-cache", "dev-firefox": "parcel watch firefox/manifest.json --host localhost --config @parcel/config-webextension --no-hmr --no-content-hash", "build-firefox": "parcel build firefox/manifest.json --config @parcel/config-webextension --no-content-hash --no-cache", "eslint": "eslint --fix .",