tttttttw

Results 3 issues of tttttttw

# webpack5 使用模块联邦,抛出异常,生命周期未加载 ## 在webpack5 使用模块联邦时(子应用作为consume),要求webpack的entry要被额外包装一层,处理成动态引入,如果按照要求使用,那么这时候主应用不能检测到子应用的生命周期,如果只把生命周期也放在这一层,内部不加任何逻辑,是没问题的,但是生命周期中需要做渲染,那么就需要引入react,就会出现异常。请问有什么处理方案吗 ![image](https://user-images.githubusercontent.com/24540969/122365587-5e0a3e00-cf8d-11eb-923a-338e777210bb.png)

I use @modulefederation/typescript to generate d.ts. And how to use it? Do I need to copy it into the consumer? Is it because I used it incorrectly? Can plugins automatically...

![image](https://github.com/module-federation/module-federation-examples/assets/24540969/2f4ddd43-68dd-4adc-aad8-a5a43701ef54) Have plans to support HMR ?