ci(perf): experimental Angular Linker support
Closed this issue · 1 comments
NachoVazquez commented
In separate CI workflow logic branches/matrix legs:
- Set
enableIvy: true
inbuild
step. Supported byng-packagr
version11.1.0
. Switch to@angular-devkit/build-angular:ng-packagr
. - For the app, use
@angular-devkit/build-angular
version>=11.1.0
. - Change
tsconfig.lib.prod.json
as seen in this example.
See angular/angular-cli@35d8adf.
See https://dev.to/angular/understanding-angular-ivy-library-compilation-246n.
LayZeeDK commented
Closing as partial Ivy compilation is stable since Angular CLI version 12.2.