From c257cf0b3c00698b39abb0d9675a5964032d74f1 Mon Sep 17 00:00:00 2001 From: Alphons <93847055+Crazypersonalph@users.noreply.github.com> Date: Sat, 10 Feb 2024 08:46:51 +0800 Subject: [PATCH] added sourcemaps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .",