core icon indicating copy to clipboard operation
core copied to clipboard

Module Federation is a concept that allows developers to share code and resources across multiple JavaScript applications

Results 221 core issues
Sort by recently updated
recently updated
newest added

### Describe the bug The `mf-manifest.json` is not being generated for the client side (on `static/chunks`) even when setting the `publicPath`. ![image](https://github.com/module-federation/universe/assets/53323214/2de5a2c7-f051-47b4-9e85-e2cd96b82937) 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...

change: fix

### 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...

nextjs-mf

## 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....

change: feat

## 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...

change: fix

### 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...

✨ enhancement

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...

change: feat

### 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...

nextjs-mf

## 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...

no-pr-activity