Prevent opening Browsersync by default

This commit is contained in:
Oliver Davies 2019-05-10 23:05:10 +01:00
parent 2dcb1bf963
commit 7ae302bc1c

View file

@ -10,6 +10,7 @@ mix.disableNotifications()
.browserSync({
proxy: 'localhost:8000',
notify: false,
open: false,
files: [
'output_*/**/*'
]