You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
coder-czw
changed the title
[Feature]: Use only 1 HMR websocket connection for mutilple micro-frontend apps in same page
[Feature]: Use 1 HMR websocket connection for mutilple micro-frontend apps in same page
Jun 14, 2024
The part of establishing the connection between the client and the server of HMR is not in the webpack/rspack runtime. Usually, they are injected by the dev server. Therefore, different dev servers may have different implementations.
In the future, after rspack 1.0 is stable, we will consider implementing this in rspack-dev-server(internal is webpack-dev-server), but it is not certain whether rspack-dev-server is directly used in qiankun.js. If it is not directly used, the dev server of qiankun.js need to support it too.
This issue has been automatically marked as stale because it has not had recent activity. If this issue is still affecting you, please leave any comment (for example, "bump"). We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment!
What problem does this feature solve?
Scene
Problem
What does the proposed API of configuration look like?
I want my sub-apps hmr can access successfully, it will be better that I can use only 1 hmr websocket to update all sub-apps on the same page.
The text was updated successfully, but these errors were encountered: