File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 />
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ Vite 的打包工具替换带来的影响远不止性能提升。打包工具利
86861 . ** 直接升级** :更新 ` package.json ` 并运行常规的开发和构建命令。
87872 . ** 渐进式迁移** :先从 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
You can’t perform that action at this time.
0 commit comments