You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
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 ProgressPluginThis 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.
The text was updated successfully, but these errors were encountered: