From ce12decce04a32d59bb84d6ca89d8546abcde250 Mon Sep 17 00:00:00 2001 From: David Festal Date: Tue, 16 Sep 2025 22:04:45 +0200 Subject: [PATCH] Add changeset Signed-off-by: David Festal --- .changeset/small-ravens-add.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .changeset/small-ravens-add.md 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.