-
fix(react): ensure interop between webpack and rspack module federation (#27824)
发布于
2024-09-09 14:52:16 +00:00 Current Behavior
When we had initially designed our Module Federation support for React,
we had to get some changes put in place in webpack itself directly to
allow for ESM.However, the best support for Module Federation for both Rspack and
Webpack comes from CJS.Expected Behavior
Ensure CJS is used to ensure interopability between webpack and rspack
module federation applicationsRelated Issue(s)
Fixes #
下载附件