-
-
Notifications
You must be signed in to change notification settings - Fork 727
feat(mf): support manifest #11846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat(mf): support manifest #11846
Conversation
✅ Deploy Preview for rspack canceled.Built without sensitive environment variables
|
CodSpeed Performance ReportMerging #11846 will not alter performanceComparing Summary
|
6a2dd1c
to
92e9f3e
Compare
1dad2f7
to
25278e4
Compare
25278e4
to
74c6c8c
Compare
enhanced: true | ||
}).apply(compiler); | ||
|
||
if (this._options.manifest !== false) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean now user that uses rspack.container.ModuleFederationPlugin will also have a manifest by default? If yes then this should change to disabled by default, we should not give surprise to user, but this can be part of Rspack v2
Summary
Ship MF manifest to rust, aims to speed up the build time which will be much slower in
stats.toJson()
in js side .MF manifest is an important feature in MFV2 , it provides enough context to allow framework to extend features, like SSR/RSC/Server Preload.
Related links
Checklist