open-browser-webpack-plugin icon indicating copy to clipboard operation
open-browser-webpack-plugin copied to clipboard

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

Open panhezeng opened this issue 6 years ago • 1 comments

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

panhezeng avatar Mar 28 '18 10:03 panhezeng

"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

afilp avatar Sep 21 '18 08:09 afilp