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 i think it is a typo. Links will duplicate with `attr.ref` :) ## Related Issue https://github.com/module-federation/core/pull/2580 ## Types of changes - [ ] Docs change / refactoring /...

change: fix

### Describe the bug When I try to use NativeFederationTypeScriptRemote with ModuleFederationPlugin, I got an error: `The "path" argument must be of type string. Received an instance of Object` My...

## Description Currently cannot resolve a remote entry from an object, which is allowed in both OriginJS Federation plugin and standard WebPack Federation plugin. This is because the `retrieveRemoteStringUrl` function...

change: fix

### **SOLUTION** The codec used is `H.265` Maybe is better if you use a more standard `H.264` format. ### Describe the bug This is what I can see in the...

### Describe the bug I am attempting to consume types from a remote Next.js application, that has this plugin configured correctly for WebPack and is server `@mf-types.zip`. The consumer is...

### Describe the bug Hey folks. I'm running into an issue where matching versions on my Producer and Consumer are resulting in (a large amount) of warnings about the version...

### Describe the bug i have called init method of federation runtime in main container(or host) ```import { init } from '@module-federation/runtime'; ``` other containers doesn't know what the remotes...

### Describe the bug Hub(Consumer) resolve plugin(provider) function which return JSX.Element. which will console.error info below: ![Image](https://github.com/user-attachments/assets/8ca4d483-b49a-4eaa-8e2d-09cc063cf083) ![Image](https://github.com/user-attachments/assets/4613049e-fc1e-4a35-9448-5c9f6d569336) ![Image](https://github.com/user-attachments/assets/44297fd9-9489-4491-bb4c-6c589a0dfa7f) I have looked [document](https://module-federation.io/zh/guide/troubleshooting/other.html) and add config in [hub](https://github.com/Onlylonger/ha/blob/main/hub/src/main/store.ts#L19) and [plugin](https://github.com/Onlylonger/ha/blob/main/plugin-a/rsbuild.config.ts#L15)....

Added the ability to configure the nextjs-mf plugin to either use a provided runtime through the provideExternalRuntime option or leverage an external runtime via the externalRuntime configuration. This feature optimizes...

change: feat

### Clear and concise description of the problem I expect to load remote resources at runtime. Currently, the official runtime package can only be used with loadRemote. I expect is...