core
core copied to clipboard
Module Federation is a concept that allows developers to share code and resources across multiple JavaScript applications
## Types of changes - [x] Docs change / refactoring / dependency upgrade - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking...
### Describe the bug I think this is outdated [document](https://module-federation.io/configure/getpublicpath.html), I want a way to manage public path for async chunks in my webpack build I thought I can use...
### Describe the bug @module-federation/typescript package reports `Cannot find module 'lodash.get` when used in a project. Probably due to this line: https://github.com/module-federation/core/blob/main/packages/typescript/src/lib/normalizeOptions.ts#L3 There is no lodash deps in package.json of...
After some benchmarks, I see that there are no gains doing it, so: Revert of https://github.com/module-federation/core/pull/2341
### Clear and concise description of the problem This is a minor one :) ... My OCD goes a little bit off when I have to do this when configuring...
## Description ## Related Issue ## Types of changes - [x] Docs change / refactoring / dependency upgrade - [ ] Bug fix (non-breaking change which fixes an issue) -...
### Describe the bug When using the webpack plugin, if the `beforeRequest` hook throw an error, the `errorLoadRemote` hook is never called. With the following runtime plugin: ```js export default...
## Description ## Related Issue ## Types of changes - [ ] Docs change / refactoring / dependency upgrade - [ ] Bug fix (non-breaking change which fixes an issue)...
## Description ## Related Issue ## Types of changes - [x] Docs change / refactoring / dependency upgrade - [ ] Bug fix (non-breaking change which fixes an issue) -...
### Describe the bug @module-federation/[email protected] throw module not found error when start dev server, but the same code works fine in codesandbox, reinstall it didn't work either, but version 8.1.3...