-
Notifications
You must be signed in to change notification settings - Fork 35
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
Deprecation warning with webpack 4 #22
Comments
jquense
added a commit
to jquense/unused-files-webpack-plugin
that referenced
this issue
May 10, 2018
Yeah, I had a similar issue in a
|
fyi, there is a |
Any chance this will be fixed? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using
webpack 4.1.1
, I get this warning during webpack build:(node:40693) DeprecationWarning: Tapable.plugin is deprecated. Use new API on
.hooksinstead
With help of webpack/webpack#6568 (comment), I was able to trace the culprit to being the
unused-files-webpack-plugin
:at UnusedFilesWebpackPlugin.apply (/Users/tz-mac/Repos/pex-client/node_modules/unused-files-webpack-plugin/lib/index__8.0.0__.js:105:14) at webpack (/Users/tz-mac/Repos/pex-client/node_modules/webpack/lib/webpack.js:37:12)
which refers to this line:
unused-files-webpack-plugin/lib/index__8.0.0__.js
Line 105 in e63a89c
The text was updated successfully, but these errors were encountered: