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

Webpack ModuleFederation hot reload vue component collision #1993

Open
jssuttles opened this issue Sep 16, 2022 · 0 comments
Open

Webpack ModuleFederation hot reload vue component collision #1993

jssuttles opened this issue Sep 16, 2022 · 0 comments

Comments

@jssuttles
Copy link

jssuttles commented Sep 16, 2022

Version

17.0.0

Reproduction link

github.com

Steps to reproduce

Use Webpack ModuleFederationPlugin and hot reloading to load components with similar paths and names from remote applications into a layout application.

Read the readme in the github repo to run the code.

What is expected?

When hot reloading, 2 different components in 2 different remotes should display differently

What is actually happening?

When hot reloading, the second component is loaded twice.

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

No branches or pull requests

1 participant