1.1.7 • Published 3 years ago

sole-live-reload-webpack-plugin v1.1.7

Weekly downloads
14
License
MIT
Repository
github
Last release
3 years ago

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()]
}
1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago