1.1.10 • Published 1 year ago

@matt-umi/plugin-remote v1.1.10

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

umi 配置 webpack5 moduleFederation 插件

.umirc

{
	plugins:['@matt-umi/plugin-remote'],
	remote:{
		name:'moduleName',  // module 应用名称
		filename:'remoteEntry.js',  //  默认暴露的文件名
		exposes:{ // 暴露的模块
			expose:'./src/expose'  // 模块名称
		},
		remotes:{  // 远程应用
			remote: 'http://localhost:8000'  // 默认会处理成 module@url/filename
		},
		shared:['react'] // 共享依赖 默认react react-router
	}
}

内置 hook

import { useDynamicScript, useFederationComponent, loadComponent, RemoteComponent } from 'umi';
1.1.10

1 year ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.2

2 years ago