Closed Coly010 closed 4 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
CI is running/has finished running commands for commit 60a83cc94ad5c1e17ca94828ca4746297a4d2a29. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
Sent with 💌 from NxCloud.
Current Behavior
Our current support for Module Federation relies on utilities that are spread and duplicated across the
@nx/webpack
package and the@nx/rspack
package.Expected Behavior
Now that we have a
@nx/module-federation
package, dedupe the utils and consolidate them into a single packageTodo
@nx/module-federation
and pointModuleFederationConfig
export to that package from webpack.config and rspack.config files