Configuration doesn't match the required schema: Data path "/lib" must NOT have additional properties (umdModuleIds)

Viewed 2539

When I run ng build I get,

❯ ng build
Building Angular Package
Configuration doesn't match the required schema.
Data path "/lib" must NOT have additional properties (umdModuleIds).

What is the source of this problem and how can I resolve it

1 Answers
Related