Va1 / browser-sync-webpack-plugin

Easily use BrowserSync in your Webpack project.
MIT License
369 stars 40 forks source link

Browser reloads when build fails #77

Open stevenvachon opened 5 years ago

stevenvachon commented 5 years ago

I'm using eslint-loader's failOnError option which cancels the build when a lint error is found. Unfortunately, Browsersync still refreshes the page.

Va1 commented 4 years ago

hello. what is the behavior you expect/desire in this case?