-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Problem with build library package #22129
Comments
This sounds like a problem with how ng-packagr has been configured. |
In fact I think the problem you have is that in v13 we no longer generate UMD bundles so the |
As noted above, the |
The migration doesn’t handle ng-packagr configurations in We should fix this and we should also deprecate such configurations. The |
hm I try solution like:
but then it's build in incorrect way Can you point me how correctly update library with multiple entry points? |
I use:
|
…e.json Currently ng-packagr, can be configured used in package.json. Previously, the migration didn't handle this case. Closes #22129
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. |
Which @angular/* package(s) are the source of the bug?
Don't known / other
Is this a regression?
No
Description
I have problem with build my library made in angular 12 and upgrade to angular 13
I know this is related to package.json: file of sub package:
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
Anything else?
No response
The text was updated successfully, but these errors were encountered: