-
Notifications
You must be signed in to change notification settings - Fork 4
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
Webpack 5 fails with TypeError or warns about COMPILATION_ASSETS #4
Comments
Debugging with
seems linked to TypeStrong/ts-loader#1196, more than this plugin, given the debug trace about |
ts-loader fixed previous warning in but now same warning appears for this plugin in
|
Given an existing config running with Webpack 4 and @ahrakio/witty-webpack-declaration-files,
as described in PR #1 the build runs fine but with a warning
DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
(webpack@4.44.2, webpack-cli@3.3.12)
Now with Webpack 5 the build fails:
TypeError: compiler.plugin is not a function
(webpack@5.1.2, webpack-cli@4.0.0)
But,
The text was updated successfully, but these errors were encountered: