Showing 1-20 of 564,146 packages
Module Federation CLI
Module Federation Runtime for webpack
Module Federation Error Codes
A sdk for support module federation
Module federation runtime package collection. You can just install it instead of installing all the packages separately.
Provide managers for helping handle mf data .
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.
- 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 .
Module Federation Data Prefetch
Vite plugin for Module Federation
A sdk for support module federation
Module Federation helper for Node
Native Federation is a "browser-native" implementation of the successful mental model behind webpack Module Federation for building Micro Frontends (Plugins, etc.).
**Host webpack.config** ```js const config = { ...otherConfigs plugins: [ new ModuleFederationPlugin({ name: "app1", remotes: { app2: "app2@[window.app2Url]/remoteEntry.js" } }). new ExternalTemplateRemotesPlugin(), ] } ```