-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(module-federation): consolidate module federation utils into module-federation package #28919
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 60a83cc. 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 ✅ Successfully ran 4 targets
Sent with 💌 from NxCloud. |
…ule-federation package
…eep requires are needed
495da72
to
09239f2
Compare
462a72c
to
fadd817
Compare
packages/angular/src/migrations/update-20-2-0/migrate-mf-imports-to-new-package.ts
Outdated
Show resolved
Hide resolved
packages/react/src/migrations/update-20-2-0/migrate-mf-imports-to-new-package.ts
Outdated
Show resolved
Hide resolved
524d0b1
to
39039ec
Compare
39039ec
to
60a83cc
Compare
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
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