文件名称:external-remotes-plugin:在运行时在主机内动态设置远程源
文件大小:4KB
文件格式:ZIP
更新时间:2024-08-23 23:18:19
webpack module webpack-plugin federation module-federation
外部遥控器插件 托管 webpack.config const config = { ... otherConfigs plugins : [ new ModuleFederationPlugin ( { name : "app1" , remotes : { app2 : "app2@[window.app2Url]/remoteEntry.js" } } ) . new ExternalTemplateRemotesPlugin ( ) , ] } 要么 plugins: [ new ModuleFederationPlugin ( { name : 'my-app' , remotes : { 'my-remote-1' :
【文件预览】:
external-remotes-plugin-main
----index.js(2KB)
----renovate.json(41B)
----package.json(348B)
----LICENSE(1KB)
----.gitignore(2KB)
----README.md(1KB)