Open pumpkin123 opened 2 years ago
.umi/plugin-qiankun/masterRuntimePlugin.ts的start接受master传入的option,但是如果属性为函数会丢失
.umi/plugin-qiankun/masterRuntimePlugin.ts
const { // @ts-ignore 兼容之前版本的 jsSandbox 配置 sandbox = masterOptions.jsSandbox ?? true, prefetch = true, // @ts-ignore compatible with old configuration defer = false, lifeCycles, masterHistoryType = defaultHistoryType, ...otherConfigs } = masterOptions; // ...省略 start({ sandbox, prefetch, ...otherConfigs });```
.umi/plugin-qiankun/masterRuntimePlugin.ts
的start接受master传入的option,但是如果属性为函数会丢失