core
core copied to clipboard
Module Federation is a concept that allows developers to share code and resources across multiple JavaScript applications
## Description Suport loader and entry layers for shared modules ## Related Issue ## Types of changes - [ ] Docs change / refactoring / dependency upgrade - [ ]...
Currently [node federation](https://module-federation.io/plugin/plugins/index.html) is implemented as a [runtimePlugin](https://github.com/module-federation/core/blob/main/packages/node/src/runtimePlugin.ts), but relies on webpack APIs to hook into chunk loading. This makes Node federation tightly coupled with webpack. ### Suggested solution **Introducing...
### Describe the bug ModuleFederationPlugin is directly pulling `tapable` but it doesn't have a direct dependency on it. https://github.com/module-federation/core/blob/main/packages/enhanced/src/lib/container/runtime/FederationModulesPlugin.ts#L7 The plugin has a peer on Webpack, but due to how...
## Description remove resourceQuery params from exposes options when DTS is processing them ## Related Issue ## Types of changes - [ ] Docs change / refactoring / dependency upgrade...
### Describe the bug I am using Next.js 15 with the **pages** directory. When I declare the `NextFederationPlugin` in `next.config.mjs`, the `useRouter` hook from `next/router` throws the following error: >...
## Description vue hmr ## Related Issue ## Types of changes - [x] Docs change / refactoring / dependency upgrade - [ ] Bug fix (non-breaking change which fixes an...
## Description fix modernjs publicPath in SSR mode ## Related Issue ## Types of changes - [ ] Docs change / refactoring / dependency upgrade - [x] Bug fix (non-breaking...
## Description This pull request enhances the module sharing functionality in the `enhanced` package by implementing comprehensive layer support and improving schema validation. The changes focus on the compiler mechanics...
# Deprecation Notice for `nextjs-mf` We intend to **deprecate (`EOL`) `nextjs-mf`**, maintained by the core authors of Module Federation. - **Pages Router** will remain "supported," and small, easy fixes will...
### Describe the bug Using version range `>=0.8.8` I'm encountering an error when trying to build my remote application. Pasted the error at the bottom. Interestingly it seems that the...