core
core copied to clipboard
Module Federation is a concept that allows developers to share code and resources across multiple JavaScript applications
### Describe the bug ### Issue: Module Federation shareScopes Not Working as Expected #### Description We are currently migrating our large application to Module Federation and need to utilize the...
### Describe the bug When I try to use `@module-federation/inject-external-runtime-core-plugin`, I get the following error ``` ERROR in ../node_modules/@module-federation/runtime/dist/core.esm.mjs 3:0-58 export 'default' (reexported as 'default') was not found in '@module-federation/runtime-core'...
### Clear and concise description of the problem The Module Federation plugin currently introduces runtime code to each of the entrypoints that are defined in the bundler config. I'm working...
### Describe the bug Hello. First, I would like to thank you for providing such a great library, which has been a tremendous help in building MFA. What I am...
## Description added a check for falsy values inside `checkSingleton` in `packages/rspack/src/ModuleFederationPlugin.ts`. This is similar to other places in the codebase when looking for `ModuleFederationPlugin` instances, this specific change was...
### Describe the bug I want to debug my remote application by module federation chrome devtool, so I open the online url https://wis-shell.vercel.app/#/example, it will use the example project index...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.26.0 to 7.26.10. Release notes Sourced from @babel/runtime's releases. v7.26.10 (2025-03-11) Thanks @jordan-choi and @mmmsssttt404 for your first PRs! This release includes a fix for https://github.com/babel/babel/security/advisories/GHSA-968p-4wvh-cqc8, a...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.26.0 to 7.26.10. Release notes Sourced from @babel/runtime's releases. v7.26.10 (2025-03-11) Thanks @jordan-choi and @mmmsssttt404 for your first PRs! This release includes a fix for https://github.com/babel/babel/security/advisories/GHSA-968p-4wvh-cqc8, a...
## Description This pull request includes several changes to the `@module-federation/rsbuild-plugin` and configuration files to enhance functionality and improve plugin behavior. The most important changes include the addition of a...
## Description ## Related Issue ## Types of changes - [ ] Docs change / refactoring / dependency upgrade - [ ] Bug fix (non-breaking change which fixes an issue)...