From 0b484a88a71bd7ce8e15e0b41980771dd6b97d47 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sat, 7 Apr 2018 16:29:11 +0200 Subject: [PATCH] fix > 'parcel watch' works but 'parcel build' fails, removed 'minifyers' --- package.json | 2 +- public_html/index.html | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 5bf1d6e..6658533 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 --no-source-maps" + "build": "parcel build ./parcel/index.html --out-dir ./public_html --no-source-maps --no-minify" }, "dependencies": { "vue": "^2.5.9", diff --git a/public_html/index.html b/public_html/index.html index 0e06474..c7cec84 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -10,25 +10,25 @@ - - - - - - - + + + + + + + - +
- +