20.3.6 | RC6
Decreased build-time
Note: This is a backwards compatibility release, check v21.1.6 for the full release.
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 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.
What's Changed
- feat: Use caching to improve performance by @Aukevanoost in #4
New Contributors
- @Aukevanoost made their first contribution in #1
Full Changelog: v20.3.4...v20.3.6