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 The `mf-manifest.json` is not being generated for the client side (on `static/chunks`) even when setting the `publicPath`.  After investigating for a little bit I saw...
## Description Optimization allows only 1 runtime to be assigned to chunk Fix multiple runtime id caused by conflicts in chunk integration. Remove use of entrypoint prepending to inject runtime...
### Describe the bug Hello, I would like to explain a problem I encountered during build time. I can build a large project in a nextjs application with the “next...
## Description Update to use the fetch hook, if specified, when fetching remoteEntries and chunks on node, in order to achieve similar effect to what was possible with webpackChunkLoad before....
## Description * avoid shared module will be compiled in wrong target compiler `html-webpack-plugin` will use childCompiler which loader target is [node](https://github.com/jantimon/html-webpack-plugin/blob/main/lib/child-compiler.js#L103) to compile . And it will output the...
### Problem Description: Enhancing Federation Runtime for Import Maps The federation runtime currently operates with minimal direct coupling to the bundler. This setup positions us to potentially support import maps...
Hi @ScriptedAlchemy! First of all, thanks for creating this plugin! I'm in the process of adding it to a project, but I'm currently stuck due to a "Reached heap limit...
## Description add `asyncBoundary` option to federation plugin interface This internally enables the automatic async boundary plugin, allowing it to be enabled without manually doing so. Allows apps to be...
### Describe the bug I am trying to use the new `errorLoadRemote` hook with the latest `nextjs-mf` plugin but I think the hook is getting overridden [here](https://github.com/module-federation/universe/blob/398194ed008d74fea0a97ff0c3fefeb8fe203392/packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts#L139) and I am...
## Description Early stage wip support for esm server - this runs but it currently breaks cjs - so far from mergable. There is definitely an amount of complexity (and...