Is it possible to "watch" without browsersync?

Hi @shaneparsons

Here’s a quick and dirty way to disable BrowserSync and Webpack HMR in Sage 9 :

It essentially makes yarn start behave like what I would expect from yarn watch.

I’ve used this configuration on a few projects with Turbolinks on the front-end, which works very well.

I hope it can be useful,

P.

3 Likes