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.
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.