Skip to content
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

fix: configure app1 to use app2 remote in module federation #4329

Conversation

avinash-threado
Copy link
Contributor

  • Summary: Added missing remotes configuration in App1's Webpack to enable dynamic loading of App2's RemoteApp module via Module Federation.
  • Changes Made:
    Updated app1.webpack.config.js to include:
    remotes: { app2: 'app2@http://localhost:3002/remoteEntry.js', }

@CLAassistant
Copy link

CLAassistant commented Jan 8, 2025

CLA assistant check
All committers have signed the CLA.

@ScriptedAlchemy ScriptedAlchemy merged commit d7909ea into module-federation:master Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants