-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Usingwebpack 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:
| compiler.plugin(`after-emit`, (compilation, done) => |
pcorpet, pprocner, anthonyhastings, the-spyke, tquetano-r7 and 9 more
Metadata
Metadata
Assignees
Labels
No labels