Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Features:
#3735
feat: ssr mode support async entry
feat: ssr 模式支持异步入口
#3741
fix(builder): output.copy not work in Rspack
fix(builder): output.copy 在 Rspack 构建时不生效
#3741
feat(builder): update rspack to 0.1.12
feat(builder): 升级 rspack 到 0.1.12 版本
#3685
feat(rspack-provider): support security.checkSyntax in Rspack
feat(rspack-provider): 在使用 Rspack 构建时支持 security.checkSyntax 配置项
#3724
refactor: guard react-router version consistency
refactor: 保证 react-router 相关包的版本一致性
#3753
feat(doc-core): add routes for addPages hook
feat(doc-core): 在 addPages 钩子中增加路由入参
#3718
chore: bump typescript to v5 in devDependencies
chore: 升级 devDependencies 中的 typescript 版本到 v5
#3713
feat: the runtime package export
loadable_bundler_plugin
feat: runtime 包导出
loadable_bundler_plugin
#3748
feat(app-tools): add isFirstCompile param to afterDev hook
feat(app-tools): 为 afterDev 钩子增加 isFirstCompile 参数
#3723
feat(dev-server): enable gzip compression, add devServer.compress config
feat(dev-server): 默认启用 gzip 压缩,新增 devServer.compress 配置项
#3751
feat(builder): support output.disableTsChecker in Rspack
feat(builder): 在使用 Rspack 构建时支持 output.disableTsChecker 配置项
#3738
feat: update codesmith version
feat: 更新 codesmith 版本
#3750
chore: update reduck
chore: 更新 reduck
#3744
feat(doc-core): support space in code title
feat(doc-core): 代码块标题支持空格
#3721
feat(builder): support output.enableAssetManifest in Rspack
feat(builder): 在使用 Rspack 构建时支持 output.enableAssetManifest 配置项
#3716
feat: add doc medium-zoom plugin
feat: 增加 medium-zoom 插件
#3725
feat: support security.nonce for add nonce attribute on script tag
feat: 支持 security.nonce 配置,为 script 标签添加 nonce 属性
#3714
chore(deps): bump babel-related dependencies to latest version
chore(deps): 升级 babel 相关依赖到最新版本
Bug Fix:
#3749
fix: the proxy should not recreated when exists
fix: proxy server 不应该被重新创建当存在时
fix: generator get modern plugin version error
fix: 修复生成器获取插件版本错误
#3745
fix(doc-tools): src not found in medium-zoom plugin
fix(doc-tools): medium-zoom 插件中 src 找不到
#3717
fix(core): toolsType is overridden when install multiple solutions
fix(core): 修复安装多个 solutions 时 toolsType 被覆盖的问题
#3746
fix(builder): should not print file size of LICENSE.text
fix(builder): 打印文件体积时忽略 LICENSE.text
fix: remove micro generator bebel runtime dependencies
fix: 移除微生成器模板中的 bebel runtime 依赖
#3709
hotfix(rspack-provider): update Rspack and fix upgrade error
hotfix(rspack-provider): 升级 Rspack 并处理升级问题
#3731
fix(doc-core): sidebar link i18n
fix(doc-core): 修复侧边栏链接国际化问题
#3712
fix(plugin-sass): pollute the
global.location
objectfix(plugin-sass): 污染全局对象
global.location
#3726
fix(doc-tools): medium-zoom plugin error in windows
fix(doc-tools): medium-zoom 插件在 windows 下报错
#3755
fix(dev-server): adjust hmr connection log level
fix(dev-server): 调整 hmr 连接的日志级别
#3742
fix: should only watch file-based routes changes
fix: 只有基于文件的路由(约定式路由)需要被监听变化
#3727
fix(builder): failed to disable html via htmlPlugin: false
fix(builder): 修复通过 htmlPlugin: false 无法禁用 html 的问题
#3719
fix(plugin-runtime): streaming ssr split chunk so that can't match
SHELL_STREAM_END_MARK
fix(plugin-runtime): streaming ssr chunk 进行分割导致无法匹配
SHELL_STREAM_END_MARK
#3733
fix: fix
@modern-js/utils
subpath exportsfix: 修复
@modern-js/utils
子路径导出