sole-live-reload-webpack-plugin
v1.1.7
Published
A Webpack plugin restricting the number of the live-reload scripts running on the same page to one
Downloads
5
Readme
sole-live-reload-webpack-plugin
A Webpack plugin restricting the number of the live-reload
scripts running on the same page to one.
You don't need it until after you added several bundles build with webpack-dev-server
to one page.
yarn -D sole-live-reload-webpack-plugin
const SoleLiveReload = require('sole-live-reload-webpack-plugin')
module.exports = {
plugins: [new SoleLiveReload()]
}