Skip to content

v2.49.1

Compare
Choose a tag to compare
@caohuilin caohuilin released this 25 Apr 02:27

What's Changed

New Features 🎉

  • feat: support dev.client configuration in #5678

Bug Fixes 🐞

  • fix: swc can not transform dynamic import in cjs normally in #5670
  • fix: require bundle maybe failed in #5672
  • fix: @modern-js/utils should be a dependency in @modern-js/prod-server in #5659
  • fix: should not print error level log when in prod env in #5654
  • fix: @modern-js/server-core should be a dependency in @modern-js/server in #5658
  • fix: should not include babel-loader in streaming ssr project in #5683

Docs update 📄

  • docs: bump Rspress v1.18.2 and remove dividers in #5662
  • docs(module-doc): align define description to actual behavior in #5665

Other Changes

  • chore(uni-builder): reuse rspack-manifest-plugin in webpack mode in #5675
  • chore(deps): bump rsbuild to 0.6.6 in #5682
  • chore: add rsbuild-plugin-esbuild package in #5655
  • chore: export getServerManifest in #5684
  • no need to emit assets for SSR bundles in #5668

更新内容

新特性 🎉

  • feat: 支持 dev.client 配置项, 详情可查看 #5678

Bug 修复 🐞

  • fix: require bundle 有可能是失败的, 详情可查看 #5672
  • fix: @modern-js/utils 应该是 @modern-js/prod-server 的依赖, 详情可查看 #5659
  • fix: 生产环境不应该打印 error 级日志, 详情可查看 #5654
  • fix: 在 streaming ssr 项目中,不应该引入 babel-loader, 详情可查看 #5683

文档更新 📄

  • docs(module-doc): 对齐 define 的文档描述和实际行为一致, 详情可查看 #5665

其他变更

  • chore(uni-builder): 在 webpack 模式下复用 rspack-manifest-plugin, 详情可查看 #5675
  • chore: 导出 getServerManifest 方法, 详情可查看 #5684