core
core copied to clipboard
Module Federation is a concept that allows developers to share code and resources across multiple JavaScript applications
Added IPv6 property to the DTS plugin #3382
### Describe the bug **Reproduction** We have a complex application sometimes initializing multiple remotes using `loadRemote` of the enhanced module federation at the same time. Those remotes often share the...
## Description Moving enhanced to use rollup to help with bundle size optimizations for downstream. I think this will help with #3617 ## Related Issue ## Types of changes -...
### Describe the bug **Description:** When running a shell application that consumes remote applications using Module Federation, updates to the remote app content are not reflected in the shell app...
# Dont get excited - it seems to work but is on the backburner till Vercel wants to collaborate on first class support This branch mostly is for me to...
### Clear and concise description of the problem As a developer using Module federation I want to be able to use TypeScript alias paths in my remote application so that...
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.2.2 to 1.6.1. Release notes Sourced from vitest's releases. v1.6.1 This release includes security patches for: Remote Code Execution when accessing a malicious website while Vitest API...
### Clear and concise description of the problem As a developer using Module Federation I want that remote types can also be consumed for remotes changed or created at runtime...
## Description Extended the definition of `createBridgeComponent` method to support an optional custom `createRoot` property that can overwrite the default `createRoot` method. This can be used in the client app...
### Clear and concise description of the problem With the change of [next-mf status to maintenance](https://github.com/module-federation/core/issues/3153), we noticed that it might be necessary to create examples for teams already considering...