build: 微应用预加载使用默认配置

This commit is contained in:
CaptainB 2022-10-13 13:25:33 +08:00 committed by 刘瑞斌
parent 89322d4b32
commit cf38377d2b

View File

@ -46,7 +46,7 @@ getApps()
//注册子应用
registerMicroApps(apps);
//启动
start({prefetch: 'all'});
start();
})
.catch(e => {
console.error(e);