diff --git a/.changeset/small-ravens-add.md b/.changeset/small-ravens-add.md new file mode 100644 index 0000000000..bec57e94fe --- /dev/null +++ b/.changeset/small-ravens-add.md @@ -0,0 +1,10 @@ +--- +'@backstage/backend-dynamic-feature-service': patch +'@backstage/frontend-dynamic-feature-loader': patch +'@backstage/module-federation-common': patch +'@backstage/cli': patch +--- + +Enable Module Federation support in the frontend application (Module Federation host) through API only, without using the ModuleFederationPlugin at build time, nor producing specific generated bundled assets. +Module federation remotes still use ModuleFederationPlugin at build time to provide module-federation enabled remote modules, like plugin bundles or dynamic frontend plugins. +Default shared dependencies are provided for both the frontend application (Module Federation host), and Module Federation remotes, maintaining consistency between both sides.