> 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.
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 CLI
Module Federation Runtime for webpack
Provide manifest/stats for webpack/rspack MF project .
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
A Vite plugin which support Module Federation.
Automatic retry plugin for octokit
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.
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 sdk for support module federation
**Host webpack.config** ```js const config = { ...otherConfigs plugins: [ new ModuleFederationPlugin({ name: "app1", remotes: { app2: "app2@[window.app2Url]/remoteEntry.js" } }). new ExternalTemplateRemotesPlugin(), ] } ```
Retries a function that returns a promise, leveraging the power of the retry module.