diff --git a/package.json b/package.json index b4c4358..5bf1d6e 100644 --- a/package.json +++ b/package.json @@ -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",