Tool for importing module federated components/apps at runtime
Module federation runtime package collection. You can just install it instead of installing all the packages separately.
Module Federation CLI
Module Federation Runtime for webpack
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 sdk for 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.
No description provided.
Module Federation helper for Node
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(), ] } ```
Vite plugin for Module Federation
Provide manifest/stats for webpack/rspack MF project .
For warning: [`@module-federation/runtime`](https://module-federation.io/guide/basic/runtime/runtime.html) is recommended as a replacement
Runtime lib for @angular-architects/module-federation.
This package provides enhanced features for module federation.
The Nx Plugin for Module Federation contains executors and utilities that support building applications using Module Federation.
A Vite plugin which support Module Federation.
Helper library for module federation