diegodurli / flow-status-webpack-plugin

Run Flow Status on each Webpack build.
MIT License
98 stars 16 forks source link

Update to use webpack 4 .hooks API #24

Closed jrdrg closed 6 months ago

jrdrg commented 6 years ago

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)

stropho commented 6 years ago

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