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 I’m using the module-federation-enhanced example [from the rspack-examples repository](https://github.com/rspack-contrib/rspack-examples/tree/main/rsbuild/module-federation-enhanced). When I run the application as provided in the example, it works correctly. However, I encountered an...