disable sourcemaps for production builds

This commit is contained in:
Elijah R 2024-02-04 12:35:56 -05:00
parent b60bdd9b65
commit 7662afd866

View File

@ -4,7 +4,7 @@
"description": "kill me",
"private": true,
"scripts": {
"build": "parcel build --dist-dir dist src/html/index.html",
"build": "parcel build --no-source-maps --dist-dir dist src/html/index.html",
"serve": "parcel src/html/index.html",
"clean": "run-script-os",
"clean:darwin:linux": "rm -rf dist .parcel-cache",