From f7ca83778205bcdab054ed67f462da32d42c94eb Mon Sep 17 00:00:00 2001 From: Deven Caron Date: Wed, 2 Nov 2022 11:15:49 -0400 Subject: [PATCH] Disable browsersync ghostMode --- build/watch.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/watch.js b/build/watch.js index 94e071c..3a71795 100644 --- a/build/watch.js +++ b/build/watch.js @@ -113,7 +113,8 @@ function createServerOptions({ }) { const config = { open: false, - notify: false + notify: false, + ghostMode: false }; // Resolve the URL for the BrowserSync server