Don't need source maps for prod

This commit is contained in:
Greg Shuflin 2021-09-12 01:19:40 -07:00
parent 077d014899
commit 0a2934616e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"private": true,
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html"
"build": "parcel build index.html --no-source-maps"
},
"devDependencies": {
"@parcel/transformer-image": "2.0.0-rc.0",