-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
module federation throw error in HMR #138
Comments
beta 20? |
yes |
@jherr what are you using for HMR? Worst case, live-reload works haha. I'll have to dig deeper. It might be good to post the issue here. Also, state how long its been an issue (beta 16?) |
Should be resolved |
Still have Version info
Plugin config new ModuleFederationPlugin({
name: APP_CONFIG.syscode,
remotes,
filename: 'remoteEntry.js',
exposes: {
'./routes': './src/routes',
},
}), |
any update this ? I have created small sample to reproduce the error: Error only come when i expose something
|
I have this exact same issue that is only solved by not exposing anything in the ModuleFederationPlugin. Looks like cross-container support is on the roadmap: |
pmmmwh/react-refresh-webpack-plugin#126 (comment)
WebHotelier/webpack-fast-refresh#5
The text was updated successfully, but these errors were encountered: