core icon indicating copy to clipboard operation
core copied to clipboard

Module Federation is a concept that allows developers to share code and resources across multiple JavaScript applications

Results 221 core issues
Sort by recently updated
recently updated
newest added

## Description ## Related Issue ## Types of changes - [ ] Docs change / refactoring / dependency upgrade - [ ] Bug fix (non-breaking change which fixes an issue)...

change: feat

### Describe the bug When I use the example [React-18-server-2-server](https://github.com/shixianqin/react-18-server-2-server) for debugging, touching a hot update will cause the service to crash and prompt port `:3000` is occupied. Is my...

no-issue-activity

### Describe the bug I have two applications built on Vue 2.7. When I try to share app1's component through module federation with app2, I find that I can't use...

no-issue-activity

### Describe the bug As you can see the picture below, `e.O` is undefined. ## Background I have two Module Federation projects: - MfBase: Acts as both provider and consumer....

no-issue-activity

### Describe the bug I am using next.js having the production error TypeError: (void 0) is not a function at .next/server/webpack-api-runtime.js:1:199 however if I am commenting out my module-federation code...

## Description Stop auto preload when calling loadRemote, users should call preloadRemote Api by manually or use `autoPreloadPlugin` ### When use autoPreloadPlugin ? Before `@module-federation/[email protected]`, ModuleFederation would automatically preload the...

no-pr-activity

## Description Provide error message if remoteEntry inner methods fail ## Related Issue https://github.com/module-federation/core/issues/2737 ## Types of changes - [ ] Docs change / refactoring / dependency upgrade - [x]...

change: fix

### Describe the bug When building my mfe I ran into the following error ``` HookWebpackError: [ Module Federation Manifest Plugin ]: remoteEntry chunk should not have multiple files!, current...

### Describe the bug The Nextjs plugin doesn't work if the "unsafe-eval" CSP header is not defined, which means the host apps are forced to use unsecure CSP settings or...

### Describe the bug After upgrading to version 8.4.0 of `@module-federation/nextjs-mf`, API routes (defined in `pages/api/xxxx`) break with the following error: ``` Federation Runtime Module not found. In the current...