Skip to content

21.1.6 | RC6

Choose a tag to compare

@Aukevanoost Aukevanoost released this 28 Feb 16:26
· 241 commits to main since this release
9e95577

Decreased build-time

Shared SourceFileCache across build steps (#4)
The native-federation build process creates a separate AngularCompilerPlugin for each build step. Previously, this meant each step maintained its own independent cache, resulting in redundant work across steps.
This release shares Angular's SourceFileCache (ref) between these steps, reducing duplicate compilation and improving build performance — especially during rebuilds.

Note: Sharing the cache with the final shell compilation step is not yet possible and depends on an upstream Angular CLI change (angular/angular-cli#32527).

What's Changed

Full Changelog: v21.1.4...v21.1.6