baldore / open-browser-webpack-plugin

Opens a new browser tab when Webpack loads.
120 stars 27 forks source link

webpack4 DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` #25

Open panhezeng opened 6 years ago

panhezeng commented 6 years ago

(node:79011) DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks instead at OpenBrowserPlugin.apply

afilp commented 5 years ago

"Webpack 4 is using a new plugin system and deprecates the previous APIs"

More info on this topic here: https://github.com/webpack/webpack/issues/6568#issuecomment-377491754