the browserSync(...) pattern has been replaced by browserSync.init(...)
pretty minor thing and pretty easy to fix, just want to make sure you guys are aware of it. if you npm install browsersync it will give you a version which doesn't support the old pattern.
the
browserSync(...)
pattern has been replaced bybrowserSync.init(...)
pretty minor thing and pretty easy to fix, just want to make sure you guys are aware of it. if you
npm install browsersync
it will give you a version which doesn't support the old pattern.