Skip to content

4.0.0-RC8

Pre-release
Pre-release

Choose a tag to compare

@Aukevanoost Aukevanoost released this 06 Mar 12:02
· 219 commits to main since this release

Native federation builder rework

This RC finalizes the builder rework.

  • (angular) The node_modules (externals) are now faster because they don't use the Angular plugin anymore. Only the linker is used for partially compiled dependencies.
  • The rebuildQueue now fully supports interruptions during the build using a promise race.
  • Swapped the "externals" and "exposed modules" building steps, it makes more sense to first build the externals before building the exposed modules (micro frontends).
  • Added an options normalization function that automatically set's the undefined federation options to their default value.

What's Changed

Full Changelog: v4.0.0-RC6...v4.0.0-RC8