flow-status-webpack-plugin icon indicating copy to clipboard operation
flow-status-webpack-plugin copied to clipboard

Update to use webpack 4 .hooks API

Open jrdrg opened this issue 6 years ago • 1 comments

Webpack 4 uses a different plugin API than previous versions (https://github.com/webpack/webpack/issues/6568)

This PR updates the plugin to remove the deprecation warning and use the new API (https://github.com/webpack/tapable)

jrdrg avatar Apr 06 '18 22:04 jrdrg

Could this be possibly merged or is there any problem with that?

stropho avatar Jun 12 '18 11:06 stropho