icestark配置联邦模块,启动后报错

x6yk4ghg  于 2022-10-22  发布在  其他
关注(0)|答案(1)|浏览(209)

What is the current behavior? 发生了什么?

icestark主应用启动报错

1、npm init主应用和子应用,按照 #4900 方式配置
2、分别启动主应用和子应用
3、主应用控制台报错 [@ice/stark] microapp should export mount/unmout or register registerAppEnter/registerAppLeave.

What is the expected behavior? 期望的结果是什么?

Any additional comments? 相关环境信息?

*ice.js Version:主应用2.3.0, 子应用2.1.0
*build.json Configuration:14.18.1
*Node Version:
*Platform:

yr9zkbsy

yr9zkbsy1#

配置 MF 会导致入口变成异步~ 从而 icestark 无法获取到生命周期函数

相关问题