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
### Clear and concise description of the problem When defining Typescript remotes we can set a path for mf-manifest.json but types are always created in dist without a sub path....
## Description ## Related Issue ## Types of changes - [ ] Docs change / refactoring / dependency upgrade - [ ] Bug fix (non-breaking change which fixes an issue)...
### Clear and concise description of the problem Support Modern.js SSR ### Suggested solution wip ### Alternative _No response_ ### Additional context _No response_ ### Validations - [X] Read the...
### Describe the bug This [example](https://module-federation.io/guide/basic/runtime.html#api) fails: ```ts import { loadRemote, init } from '@module-federation/enhanced/runtime'; // init(...) loadRemote number }>("app2/util").then((md)=>{ md.add(1,2,3); }); ``` With error **TS2558: Expected 0 type arguments,...
### Clear and concise description of the problem ## Description With the widespread use of module federation in large teams and organizations, we urgently need module documentation to provide users...
### Clear and concise description of the problem Now ModuleFederationPlugin support [runtimePlugins](https://github.com/module-federation/universe/blob/main/packages/enhanced/src/schemas/container/ModuleFederationPlugin.ts#L556) option , but it can not pass parameters , so the usage is limited . ### Suggested solution...
### Clear and concise description of the problem Provide router ability for mutiple router instance mode to sync all router. This is for Micro Frontend mode. ### Suggested solution A...
### Clear and concise description of the problem Provide Bridge for different framework loaded in one project, provider Micro Frontend ability. ### Suggested solution Provide Component to suit cross-framwork rendering...
### Describe the bug I'm trying to call remote modules dynamically using "injectScript", my host app is Next 14 while the remotes can be Angular or React, the Angular remote...
### Describe the bug We have a monorepo setup with a shared webpack configuration package. The setup look kinda like this: ``` packages - configs - webpack-shared.config.js # all setup...