-
Notifications
You must be signed in to change notification settings - Fork 25
Check deps. which use old version of Tapable #48
Comments
This error must be from other plugin you make use as I don't use Tapable in this plugin. 👍 |
Using webpack 4.9.1, i confirm, that as soon as you add the ChromeExtensionReloader plugin, you get this warning. After trying to create a PR for that, it seams that several packages can cause this warning: issue 701 in extract-text-webpack-plugin issue 225 in copy-webpack-plugin issue 154 in webpack-bundle-analyzer I've forked this repo and upgraded the versions of those package but the warning is still there. Need a bit more investigation |
Humm, there must be some tool to check dependencies deeply, so we can find anything is using old verions of Tapable. If there's not I'll try to do some script to read the package.json files inside node_modules 🤔 |
I'm investigating on that. |
I was wrong, this warning does not come from dependencies, but from the plugin itself: The warning seams to come from the file ChromeExtensionLoad.ts:
|
closed by #50 |
@ClementVidal thanks |
Fix published in the |
working great webpack 4 but some deprecated warning show up

The text was updated successfully, but these errors were encountered: