We have a corporate library that is being upgraded from angular 8.2.x to 9.0.6 I already disabled ivy for prd builds, so thats fine.
The project structure goes al follows:
- projects
- my-ui-lib
- src
- public_api.ts
- folder-with-some-components-that-use-utility-methods
- common
- src
- public_api.ts
- folder-with-utility methods
- src
- src
- my-ui-lib
Building my-ui-lib gives no problems at all. Using my-ui-lib in a project gives the following error:
ERROR in The target entry-point "@my/ui" has missing dependencies: - @my/ui/common
This did not happen on angular 8.2.x. What am i doing/migrated wrongfully?