When I’m in watch mode with yarn start, BrowserSync works well.
Only when I reload the page manually (or change something big in the HTML architecture), BrowserSync reloads the page in a loop. And each loop corresponds to a CSS modification made previously.
So if I did 100 operations without stopping the process, it will make me looper 100x by showing me, times after, the changes made. A big waste of time …
I’m using .test as a development extension (but browsersync redirects me to localhost: 3000 (I do not have any other applications running using port 3000)