Prevent opening Browsersync by default
This commit is contained in:
parent
2dcb1bf963
commit
7ae302bc1c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue