core
core copied to clipboard
Module Federation is a concept that allows developers to share code and resources across multiple JavaScript applications
## Description * use `check-dependency-version-consistency` to check dependency version * fix diff deps ## Related Issue ## Types of changes - [ ] Docs change / refactoring / dependency upgrade...
### Describe the bug Clone the linked repo. ``` npm i ``` Then run ``` npm run build -w mf-remote-rsbuild ``` This will yield: > (node:43128) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type...
### Describe the bug There was a recent change in dts-plugin (https://github.com/module-federation/core/pull/3424, specifically https://github.com/module-federation/core/commit/6e3afc6d9d3ff0aea9a1b630c8cab31ac053a1c3#diff-413f6fcd437fcf62434d7930b36d3e5a338425a44de46c95fe34428178921ed7R30) where the logic whether to fetch remote typings or not was hard-coded around `NODE_ENV` variable to...
### Clear and concise description of the problem ## About bridge/bridge-react package ### Current Situation - Current dependency: `"react-router-dom": ">=4"` - react-router-dom is migrating to version 7 - Package will...
### Describe the bug I'm trying to create a single store instance in the host application (federation_consumer) and use it in both the host and remote applications. However, I am...
[runtime] styled-components loads twice without `shared.lib` specified, but Vite SPA breaks with it
### Describe the bug In my project, I have a remote that serves micro-frontends styled by `styled-components`, to multiple hosts SPAs in the organization with different bundlers (webpack, rspack and...
### Describe the bug When creating the remote component in the host using the ```createRemoteComponent``` function, every time I make a state change, the remote component flashes because it unmounts...
### Describe the bug When i try load a remote module from a vite app in a react app ( using create-react app and config ovverride) it show `Cannot use...
### Clear and concise description of the problem I am using webpack host with dynamic remote loading using module federation runtime Remote 1 webpack Remote 2 vite Retry-plugin's script option...
### Describe the bug I've checked web worker related issues and seems this one is different? Generally I want to achieve the following: Suppose there is a lib (`packages/dep`) which...