Sign in Sign up
npm

external-remotes-plugin

**Host webpack.config** ```js const config = { ...otherConfigs plugins: [ new ModuleFederationPlugin({ name: "app1", remotes: { app2: "app2@[window.app2Url]/remoteEntry.js" } }). new ExternalTemplateRemotesPlugin(), ] } ```

npm View on Npm

Activity

Latest release
5y ago
Total releases
1
Cadence
Last 12 months
0

Details

License
MIT
First release
Jun 08, 2021
Releases
Version Released
1.0.0 initial