Closed jrdrg closed 6 months 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)
Could this be possibly merged or is there any problem with that?
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)