Skip to content

Commit b2c42f9

Browse files
authored
Merge pull request #1502 from vitejs/main
m2d
2 parents a5b72ef + 08bf3ab commit b2c42f9

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
<p align="center">
1313
<a href="https://npmjs.com/package/vite"><img src="https://img.shields.io/npm/v/vite.svg" alt="npm package"></a>
1414
<a href="https://nodejs.org/en/about/releases/"><img src="https://img.shields.io/node/v/vite.svg" alt="node compatility"></a>
15-
<a href="https://app.circleci.com/pipelines/github/vitejs/vite?branch=main"><img src="https://circleci.com/gh/vitejs/vite/tree/main.svg?style=shield" alt="unix build status"></a>
16-
<a href="https://ci.appveyor.com/project/yyx990803/vite/branch/main"><img src="https://ci.appveyor.com/api/projects/status/0q4j8062olbcs71l/branch/main?svg=true" alt="windows build status"></a>
15+
<a href="https://github.com/vitejs/vite/actions/workflows/ci.yml"><img src="https://github.com/vitejs/vite/actions/workflows/ci.yml/badge.svg?branch=main" alt="build status"></a>
1716
<a href="https://chat.vite.dev"><img src="https://img.shields.io/badge/chat-discord-blue?style=flat&logo=discord" alt="discord chat"></a>
1817
</p>
1918
<br/>

blog/announcing-vite8-beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Vite 的打包工具替换带来的影响远不止性能提升。打包工具利
8686
1. **直接升级**:更新 `package.json` 并运行常规的开发和构建命令。
8787
2. **渐进式迁移**:先从 Vite 7 迁移到 `rolldown-vite` 包,然后再到 Vite 8。这样你可以识别出与 Rolldown 相关的不兼容性或问题,而无需对 Vite 进行其他更改。(推荐用于较大或复杂的项目)
8888

89-
> [!重要的]
89+
> [!IMPORTANT]
9090
> 如果你依赖特定的 Rollup 或 esbuild 选项,你可能需要对 Vite 配置进行一些调整。请参考[迁移指南](/guide/migration)获取详细的说明和示例。
9191
> 与所有非稳定的主版本一样,升级后建议进行全面测试以确保一切运行正常。如有任何[问题](https://github.com/vitejs/rolldown-vite/issues),请务必报告。
9292

0 commit comments

Comments
 (0)