Don't need source maps for prod
This commit is contained in:
parent
077d014899
commit
0a2934616e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user