browser-sync-webpack-plugin
browser-sync-webpack-plugin copied to clipboard
Easily use BrowserSync in your Webpack project.
Hello, I was creating custom webpack config and installed `browser-sync-webpack-plugin` It wouldn't work at all until I installed browser-sync as dev dependecy on my project. Can anyone provide explanation? What...
[email protected] requires [email protected] via a transitive dependency on [email protected]. Can you please update Axios to `0.21.2`?
Hi! I'm trying to reach the instance created in webpack config from a tasks.js small node script, and then trigger a manual reload. This is my current code in tasks.js,...
Hi. Thank you for the plugin. Saved me writing my own one! I am trying to allow a developer to toggle browser sync, and I would like to use the...
I'm using copy function from Laravel Mix and watch images folder, nothing happens. Image injection and even browser reload don't work when images are added, changer or deleted. Any suggestion?...
Hi! Thx for browser-sync-webpack-plugin! I got an idea: show error overlay , when webpack done compliation with errors. [Оriginal code from browsersync recipes](https://github.com/BrowserSync/recipes/blob/master/recipes/webpack.babel/readme.md#preview-of-appjs): ```js // pseodo code bundler.plugin('done', function (stats)...
I am using this plugin with the mini css extract plugin. I am also using sass loader. Even though I am using injectCss: true in the plugin options, it does...
I am no expert but when I previously used the @2.0.1 version, adding the plugin to webpack worked, but when the new version is added, even the webpack server will...
I'M using Browser Sync with webpack-dev-server, And facing the issue while using browser sync..!! only form fill up is working, click, scroll is not working in browser sync, and there...
Hello, I have issue with injectingCss using browser-sync with generateHtmlPlugins. I've read other issues and I suppose that full page is refreshed because every time when I save sass file...