webpack-contrib / i18n-webpack-plugin

[DEPRECATED] Embed localization into your bundle
MIT License
317 stars 74 forks source link

"DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead at I18nPlugin.apply" when running test on cloned Webpack #77

Closed tryzniak closed 6 years ago

tryzniak commented 6 years ago

Hello. When I run tests on freshly cloned webpack I get this deprecation warning: "DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks instead at I18nPlugin.apply". If that needs to get fixed, I think I have an idea how to fix it, and would like to fix it.

tryzniak commented 6 years ago

There's a PR for this #73. I close this issue.