Skip to content

Commit

Permalink
added sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Crazypersonalph committed Feb 10, 2024
1 parent 612b1ae commit 9c05836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 .",
Expand Down

0 comments on commit 9c05836

Please sign in to comment.