-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
area: @schematics/angularfreq1: lowOnly reported by a handful of users who observe it rarelyOnly reported by a handful of users who observe it rarelyseverity3: brokentype: bug/fix
Milestone
Description
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:
{
"ngPackage": {
"lib": {
"entryFile": "public-api.ts",
"umdModuleIds": {
"@angular/common": "@angular/common",
"@angular/core": "@angular/core"
}
}
},
"dependencies": {
"tslib": "^2.0.0"
}
}
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
Configuration doesn't match the required schema.
Data path "/lib" must NOT have additional properties (umdModuleIds).
### Please provide the environment you discovered this bug in
```true
Angular cli 13
Anything else?
No response
Metadata
Metadata
Assignees
Labels
area: @schematics/angularfreq1: lowOnly reported by a handful of users who observe it rarelyOnly reported by a handful of users who observe it rarelyseverity3: brokentype: bug/fix