Prevent opening Browsersync by default
This commit is contained in:
parent
2dcb1bf963
commit
7ae302bc1c
|
@ -10,6 +10,7 @@ mix.disableNotifications()
|
|||
.browserSync({
|
||||
proxy: 'localhost:8000',
|
||||
notify: false,
|
||||
open: false,
|
||||
files: [
|
||||
'output_*/**/*'
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue