From 7883792ccc2b9e12834a521b79b02b4a45df4d96 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Tue, 14 Jan 2020 22:33:01 +0000 Subject: [PATCH] Fix issue with browser sync preview --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index ec9f1fc5..9ff654b7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -259,6 +259,7 @@ gulp.task('serve', () => }, notify: false, watch: true, + ghostMode: false, }), );