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