-
-
Notifications
You must be signed in to change notification settings - Fork 272
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(nextjs-mf): add support for configuring externalRuntime and provideExternalRuntime #3439
base: main
Are you sure you want to change the base?
Conversation
…ideExternalRuntime Added the ability to configure the nextjs-mf plugin to either use a provided runtime through the provideExternalRuntime option or leverage an external runtime via the externalRuntime configuration. This feature optimizes asset.
|
✅ Deploy Preview for module-federation-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hello @ScriptedAlchemy, is there a specific process for reviewing PRs? |
@OmarBERRABEH try updating the next apps in the /apps directory and confirm that tests pass |
@ScriptedAlchemy There is a circular dependency among all Next.js remotes in the /apps nextjs examples because it's okay for you ? |
Do you have a repo to show me that it works? |
Added the ability to configure the nextjs-mf plugin to either use a provided runtime through the provideExternalRuntime option or leverage an external runtime via the externalRuntime configuration. This feature optimizes asset.
Description
Related Issue
Types of changes
Checklist