Michał Marczuk
Michał Marczuk
anyone figured out how to fix this? any workarounds?
@milanc thanks, it's working! @joseluiz98 as a temporary workaround you have to change `sourceType` to `unambiguous` in your local copy(inside node_modules) of this file: https://github.com/angular/angular-cli/blob/464cf330a14397470e1e57450a77f421a45a927e/packages/angular_devkit/build_angular/src/utils/process-bundle.ts#L150 Then you can easily prepare...
Hey, I recently investigated slow build times for our enterprise app. Initially, I thought the issue might be related to the builder or the TypeScript version. However, I discovered that...