From 43d99c83dc69597be84a22826514eabdb1c1910e Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 9 May 2019 18:55:38 +0100 Subject: [PATCH] Stop Browsersync opening by default --- webpack.mix.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.mix.js b/webpack.mix.js index 1beb1d623..d078b8dbf 100644 --- a/webpack.mix.js +++ b/webpack.mix.js @@ -15,6 +15,7 @@ mix.disableNotifications() 'output_*/**/*' ], notify: false, + open: false }) .purgeCss({ folders: ['resources', 'output_*'],