[package.json].build() removed source maps
This commit is contained in:
parent
9150874287
commit
1baf2b5e06
|
@ -8,7 +8,7 @@
|
|||
"scripts": {
|
||||
"clean": "rm ./public_html/*.{js,css,html,svg,map}",
|
||||
"dev": "parcel watch ./parcel/index.html --out-dir ./public_html",
|
||||
"build": "parcel build ./parcel/index.html --out-dir ./public_html"
|
||||
"build": "parcel build ./parcel/index.html --out-dir ./public_html --no-source-maps"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^2.5.9",
|
||||
|
|
Loading…
Reference in New Issue