Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: "DeprecationWarning: Tapable.apply is deprecated. Call apply on the plugin directly instead" for ProgressPlugin #304

Closed
webpack-bot opened this issue Mar 2, 2018 · 0 comments · Fixed by #305

Comments

@webpack-bot
Copy link

Do you want to request a feature or report a bug?
I suppose it is a Bug

Asks in https://gitter.im/webpack/webpack, https://gitter.im/webpack/webpack/dev, https://stackoverflow.com/questions/49049432/webpack-deprecationwarning-tapable-apply-is-deprecated-for-internal-webpack-p

What is the current behavior?

webpack --progress

 10% building modules 2/2 modules 0 active(node:18628) DeprecationWarning: Tapable.apply is deprecated. Call apply on the Hash: 31a5c2e9ae4b0e57dc59Version: webpack 4.0.1

If the current behavior is a bug, please provide the steps to reproduce.
This issue is just about deprecation warning appears when webpack --progress launched. It concerns to internal Webpack plugin ProgressPlugin

This warnings appears without any webpack configuration. Just run webpack --progress

As I understand, this issue concerns ProgressPlugin, which is located in the Webpack repo

What is the expected behavior?
I expected no any deprecation warnings for internal Webpack plugins

Please mention other relevant information such as the browser version, Node.js version, webpack version, and Operating System.
Chrome 64.0
Node.js: 8.9.4
Webpack: 4.0.1
Windows 10 x64 Pro


This issue was moved from webpack/webpack#6643 by @ooflorent. Original issue was by @osya.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant