shared
configuration not fully reflected in mf-manifest.json
(enhanced federation with Rsbuild)
#3101
Open
5 tasks done
Describe the bug
I tried configuring the
shared
section of the module federation configuration, but some changes are not being reflected in themf-manifest.json
file.Steps to Reproduce:
rsbuild/module-federation-enhanced/consumer
, the configuration includes the following:mf-manifest.json
file at http://localhost:2000/mf-manifest.json, the shared block in the manifest contains the following:The
mf-manifest.json
file reflects thesingleton
setting astrue
, despite my configuration setting it tofalse
. Additionally, therequiredVersion
specified in my configuration (^18.0.0
) seems to be overridden by default values.Reproduction
https://github.com/foxylion/rspack-examples/tree/repro/share-config-not-in-mf-manifest-json (Diff)
Used Package Manager
pnpm
System Info
Validations
The text was updated successfully, but these errors were encountered: