HMR in Module Federation #2802
-
In the Steps:
=> The button is not updated on the page |
Beta Was this translation helpful? Give feedback.
Answered by
chenjiahan
Jul 10, 2024
Replies: 1 comment 11 replies
-
Hi, you can refer to this issue: module-federation/core#2459 |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I just released https://github.com/web-infra-dev/rsbuild/releases/tag/v1.0.0-alpha.7 to fix the Module Federation HMR.
Now Rsbuild will set
dev.client.port
andtools.rspack.output.uniqueName
to ensure HMR can work with remote modules.