open module federation hook, support custom behavior, such as umd specification integration
A sdk for support module federation
No description provided.
Module Federation helper for Node
Module federation runtime package collection. You can just install it instead of installing all the packages separately.
Vite plugin for Module Federation
Module Federation Runtime for webpack
Module Federation CLI
Module Federation Error Codes
- Can be combined with the build plug-in to share basic dependencies according to policies to reduce the number of module downloads and improve the loading speed of modules. - Only consume part of the export of the remote module and will not fully downloa
- Can be combined with the build plug-in to share basic dependencies according to policies to reduce the number of module downloads and improve the loading speed of modules. - Only consume part of the export of the remote module and will not fully downloa
Provide manifest/stats for webpack/rspack MF project .
A Vite plugin which support Module Federation.
Provide managers for helping handle mf data .
No description provided.
No description provided.
Seamlessly using Webpack Module Federation with the Angular CLI.
The Nx Plugin for Module Federation contains executors and utilities that support building applications using Module Federation.
A sdk for support module federation
Module Federation plugin for Rsbuild
Native Federation is a "browser-native" implementation of the successful mental model behind webpack Module Federation for building Micro Frontends (Plugins, etc.).
> A robust retry plugin for Module Federation that provides automatic retry mechanisms for failed module requests with domain rotation, cache-busting, and comprehensive error handling.
Native-ESM powered web dev build tool
**Host webpack.config** ```js const config = { ...otherConfigs plugins: [ new ModuleFederationPlugin({ name: "app1", remotes: { app2: "app2@[window.app2Url]/remoteEntry.js" } }). new ExternalTemplateRemotesPlugin(), ] } ```