v2.9.0
Features:
-
feat: optimize doc ui theme
feat: 优化文档 UI 主题
-
feat: improve vendor split chunk rule
feat: 优化针对第三方库的拆包策略
-
docs(module-tools-doc): format content
docs(module-tools-doc): 格式化内容
-
chore(core): remove legacy transformPlugin option
chore(core): 移除不再使用的 transformPlugin 选项
-
chore: fix some TODO comments
chore: 处理一些标记 TODO 的问题
-
feat: support rspack
feat: 支持 Rspack 构建
-
chore(generator): update solution names
chore(generator): 更新创建项目时的工程类型名称
Bug Fix:
-
fix: mailto url
fix: 修复 mailto url
-
fix: remove
serialze-javascriptfrom client bundlefix: 移除客户端构建产物中的
serialze-javascript -
fix: server worker dynamicImportMode config
fix: 修复 server worker 时 dynamicImportMode 配置
-
feat: support streaming ssr in worker
feat: worker 支持 streaming ssr
-
fix: move chunkmap.css comment to bottom of head
fix: 将 chunkmap.css 标记移动到 head 底部
-
fix: rspack-provider swc plugin should not inject core-js in ssr.
fix: rspack-provider swc 插件不应该在 SSR 下注入 core-js
-
fix: fix chunk css location in template
fix: 修复异步加载的 css 在模版文件中的位置
-
fix: worker router config error when enable bff
fix: 修复当开启 BFF 时 worker 路由配置
-
fix: should not replace to alias when filePath is not in src
fix: 不应该替换为别名,当 filePath 不在 src 目录中时
-
fix: fix data-loader compat in windows
fix: 修复 data loader 在 windows 下的兼容性问题
-
feat: enable svgo to avoid ID conflicts
feat: 启用 svgo 以避免 ID 冲突
-
fix: optimize the regexp for route matching rules
fix: 优化路由匹配正则
-
fix: export missing react-router types
fix: 导出缺少的 react-router 类型
-
fix: doc info block not work
fix: 修复文档站 info 不生效问题
-
fix(builder): add additional note about hashDigest in cssModuleLocalIdentName
fix(builder): 添加 cssModuleLocalIdentName 中关于 hashDigest 的补充说明
-
fix: remove jsc config
fix: 移除 jsc 配置
-
fix: the asset may be removed by InlineChunkHtmlPlugin
fix: asset 可能会被 InlineChunkHtmlPlugin 移除
-
fix: asset url using incorrect path seperator in windows
fix: 修复 windows 中 asset url 使用错误的路径分隔符