From c9a2ac0f4a2341a7477a4a66d246dc2d929adbe6 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sat, 7 Apr 2018 16:42:33 +0200 Subject: [PATCH] fix > removed HotModuleReload server for 'npm run dev' --- package.json | 2 +- public_html/index.html | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 6658533..8bf31f5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "private": true, "scripts": { "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 --no-hmr", "build": "parcel build ./parcel/index.html --out-dir ./public_html --no-source-maps --no-minify" }, "dependencies": { diff --git a/public_html/index.html b/public_html/index.html index c7cec84..612db69 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -10,13 +10,13 @@ - - - - - - - + + + + + + + @@ -28,7 +28,7 @@
- +