fix(@schematics/angular): add module option in library tsconfig#11257
fix(@schematics/angular): add module option in library tsconfig#11257clydin merged 1 commit intoangular:masterfrom alan-agius4:feature/lib-tsconfig
module option in library tsconfig#11257Conversation
When not specified the `commonjs` will be used which will cause erros when consuming the library `Module not found: Error: Can't resolve ' commonjs-proxy:../file` ng-packagr/ng-packagr#944 Closes #11255
|
I think this is a regression from #11196. It moved the PS I suspect that generating new application in the existing workspace will have similar problem. |
|
Yes indeed it's a regression from that PR, not sure how to proceed. |
|
Shall we add this in the migration similar to this? |
|
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. |
When not specified the
commonjswill be used which will cause erros when consuming the libraryModule not found: Error: Can't resolve ' commonjs-proxy:../fileng-packagr/ng-packagr#944 (comment)
Closes: #11255
//cc @filipesilva