-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Failures when running with webpack 5.x which is used by Angular 13 #33
Comments
first mitigation found: activate compat mode in webpack. Add the following to your webpack config
see https://webpack.js.org/configuration/experiments/#experimentsbackcompat |
thanks for the report, @barclay-reg . could cou create an example project and showcase the issue? |
was able to reproduce the issue. |
Many thanks for the heads up :) |
using cyclonedx\webpack-plugin version 1.0.1 fails with angular cli 13 (which uses webpack 5.x)
The text was updated successfully, but these errors were encountered: