statianzo / webpack-livereload-plugin

LiveReload during webpack --watch
ISC License
204 stars 51 forks source link

Migrate to the new hooks API #42

Closed ilkkao closed 6 years ago

ilkkao commented 6 years ago

Fixes the (node:28050) DeprecationWarning: Tapable.plugin is deprecated. Use new API on.hooksinstead warning.

In my use I don't see other deprecation warnings when using webpack 4.

This is a breaking change.

Kagami commented 6 years ago

:+1:

statianzo commented 6 years ago

Thank you for the contribution! I'll get a new release out when I'm back at my laptop.

ilkkao commented 6 years ago

Thanks! I belive hooks API is webpack 4 only so I guess it's best to jump to v2.0.0 and modify README like:

# for webpack 4
npm install --save-dev webpack-livereload-plugin
# for webpack 3
npm install --save-dev webpack-livereload-plugin@1
statianzo commented 6 years ago

2.0.0 released and readme updated