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

### Describe the bug The .d.ts file generated for @module-federation/enhanced includes a reference to `packages/manifest/dist/src`, which is not available. This causes compilation errors when checking types for dependencies. To reproduce...

### Describe the bug When a host is initialized with some shared modules say `react` and then host loads a remote which also shares `react`, the module registered by the...

### Describe the bug When trying to use `@module-federation/bridge-vue3`, I find that there is no `dist` in the release. ### Reproduction https://www.npmjs.com/package/@module-federation/bridge-vue3?activeTab=code ### Used Package Manager pnpm ### System Info...

### Describe the bug When the project has a tsconfig.json with compilerOptions.paths, and the project uses them e.g. `import { TEXT } from '@/module/text';`, the types generation fails with errors:...

### Describe the bug Hey, I was using the old Module Federation ('webpack/lib/container/ModuleFederationPlugin'), and decided to migrate to the new Module Federation 2.0. However, in the previous MF version, I...

### Clear and concise description of the problem With the advent of @module-federation/esbuild, can we expect an official plugin to work with Vite? I say this because Vite has a...

### Describe the bug how can I use in vue3 ts template ### Reproduction https://github.com/zeihangSaber/rsbuild-vue3-ts ### Used Package Manager pnpm ### System Info ```shell none ``` ### Validations - [X]...

no-issue-activity

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

## Description I was trying to set up module federation in a project when I ran into this error due to `files` being empty. I figured I could just add...

## Description Allows `@module-federation/enhanced` to recursively search for the version of a shared module when it is not defined in it's closest `package.json`. A common pattern for monorepos is to...

change: feat