4.0.0-RC8
Pre-release
Pre-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
- refactor(build): Interruptable rebuildQueue by @Aukevanoost in #21
Full Changelog: v4.0.0-RC6...v4.0.0-RC8