Skip to content

Problem with build library package #22129

@Obliczeniowo

Description

@Obliczeniowo

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

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions