Open jbroma opened 2 hours ago
Latest commit: 3a5a1192c292e54399a213487e8b6724a5b47aa7
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Summary
Splitting the runtime plugin in order to enable more granular control. FederationRuntimePlugin now becomes two runtime plugins:
Users can opt out of the default plugins by using
disableDefaultRuntimePlugins
in the MF2 Plugin config.ResolverPlugin can be configured similar to how
RetryPlugin
from MF2 core: https://module-federation.io/plugin/plugins/retry-plugin.html#usage (i.e. creating own runtime plugin that wraps the ResolverPlugin)Test plan