core
                                
                                 core copied to clipboard
                                
                                    core copied to clipboard
                            
                            
                            
                        Module Federation is a concept that allows developers to share code and resources across multiple JavaScript applications
### Describe the bug @module-federation/bridge-react-webpack-plugin doesn't work as expected, It set alias for both "react-router-dom/" and "react-router-dom" ### Reproduction https://github.com/vtv6/router-remote yarn start ### Used Package Manager yarn ### System Info...
## Description Resolve Semver Parser issues when ~ is used ## Related Issue ## Types of changes - [ ] Docs change / refactoring / dependency upgrade - [x] Bug...
### Describe the bug ## Background My module federation setup has a single host and few remotes. Host loads the commonly used vendor packages like `react, react-dom, react-router-dom etc..` from...
### Describe the bug I load sub-application app_1 in a container based on the micro-frontend framework micro-app, and app_1 uses module federation to obtain the remote module of sub-application app_2....
## Description update rspack and rsbuild deps ## Related Issue ## Types of changes - [x] Docs change / refactoring / dependency upgrade - [ ] Bug fix (non-breaking change...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...
Hi! I'm currently working on applying the newly created Nextjs Project as a remote package by applying Module Federation. However, it is a tougher situation than expected. If I insert...
### Describe the bug rspack rewrites the import for an exposed module from a remote to a static import rather than a dynamic import using `loadRemote` This is causing 2...
## Description Support remote module send their interface request along with the module static resource in advance, rather than render to call request. This will be useful when remote module...
### Describe the bug DTS for exposed entries does not emit If we're using an alias in there entries ```ts import * as path from "node:path"; import {ModuleFederationPlugin} from "@module-federation/enhanced";...