-
Notifications
You must be signed in to change notification settings - Fork 12k
extract licenses does not include all licenses #21309
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
Comments
Hi @janwo, Unless I am missing something the RxJs JS bundles don't contain any license headers. Ex: https://unpkg.com/browse/[email protected]/_esm2015/index.js |
License files are not considered?
See https://unpkg.com/browse/[email protected]/LICENSE.txt
|
Missed that file, yeah it should consider that. Will try to take a look at this sometime this week. Although likely this is an upstream issue in https://github.com/xz64/license-webpack-plugin. |
Found the root cause xz64/license-webpack-plugin#103 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🐞 Bug report
Command (mark with an
x
)Description
Some licenses of project dependencies are missing, e.g.
3rdpartylicenses.txt
does not come with licenses ofrxjs
.🔬 Minimal Reproduction
ng new
("@angular/cli": "^12.1.1"
)ng build
dist/3rdpartylicenses.txt
🔥 Exception or Error
No error is thrown. Some licenses are missing (
rxjs
).🌍 Your Environment
Hope you can help :-)
The text was updated successfully, but these errors were encountered: