From 1baf2b5e065a47d878bc66643ae1c36e5231d61e Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sat, 7 Apr 2018 16:13:11 +0200 Subject: [PATCH] [package.json].build() removed source maps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",