mf-app-02
v1.0.5
Published
Here is an online module-federation example
Downloads
67
Maintainers
Readme
mf-app-01
Here is an online module-federation example
see: umf dynamic remotes
// webpack.config.js
new ModuleFederation({
remotes: {
"mf-app-01": "https://cdn.jsdelivr.net/npm/mf-app-01/dist/remoteEntry.js"
}
})
// webpack.config.js
import App1 from "mf-app-01/App"
<App1 />