From 7d40b0ce2edc48938141ef5ce4f5677916c6932c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 19 Jul 2020 17:10:44 -0400 Subject: [PATCH] Disable liveReload. --- src/ustaxviewer.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ustaxviewer.ts b/src/ustaxviewer.ts index 233d5b9..25d37a2 100755 --- a/src/ustaxviewer.ts +++ b/src/ustaxviewer.ts @@ -99,6 +99,7 @@ const compiler = webpack({ PUBLIC, path.dirname(require.resolve('@hpcc-js/wasm')), ], + liveReload: false, port: 8488 }, -- 2.22.5