[package.json].build() removed source maps

This commit is contained in:
xdrm-brackets 2018-04-07 16:13:11 +02:00
parent 9150874287
commit 1baf2b5e06
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"scripts": { "scripts": {
"clean": "rm ./public_html/*.{js,css,html,svg,map}", "clean": "rm ./public_html/*.{js,css,html,svg,map}",
"dev": "parcel watch ./parcel/index.html --out-dir ./public_html", "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": { "dependencies": {
"vue": "^2.5.9", "vue": "^2.5.9",