-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: hmr don't with React.lazy + import() Component #1369
Conversation
Warning Review failedThe pull request is closed. Walkthrough这次更改涉及改善动态导入功能,优化了要求调用和模块注册的方法。主要调整了参数绑定和函数调用方式,以便于处理动态导入的模块和热模块替换(HMR)。 Changes
Assessment against linked issues
Poem
Tip AI model upgrade
|
Close #1366
Summary by CodeRabbit
新功能
scripts/test-hmr.mjs
中引入了一个新的测试场景,以验证动态导入和热模块替换(HMR)的功能。改进
umi
版本,从^4.0.70
升级到~4.2.0
。修正
依赖更新
package.json
中添加了umi
依赖版本~4.2.0
。