1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Disable browsersync ghostMode

This commit is contained in:
Deven Caron
2022-11-02 11:15:49 -04:00
committed by GitHub
parent 0c8ed9595f
commit f7ca837782

View File

@@ -113,7 +113,8 @@ function createServerOptions({
}) {
const config = {
open: false,
notify: false
notify: false,
ghostMode: false
};
// Resolve the URL for the BrowserSync server