WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ddd6427

Browse files
authored
docs: remove rolldown page (#528)
1 parent 0e6179b commit ddd6427

File tree

5 files changed

+2
-355
lines changed

5 files changed

+2
-355
lines changed

docs/.vitepress/config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,6 @@ export default defineConfig({
301301
text: 'Performance',
302302
link: '/guide/performance',
303303
},
304-
{
305-
text: 'Rolldown',
306-
link: '/guide/rolldown',
307-
},
308304
{
309305
text: `Migration from v${viteMajorVersion - 1}`,
310306
link: '/guide/migration',

docs/guide/migration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ Vite 8 uses Oxc based tools instead of esbuild and Rollup.
4141

4242
`rolldown-vite` package implements Vite 7 with Rolldown integration, but without the other Vite 8 changes. This can be used as a intermediate step to migrate to Vite 8. See [the Rolldown Integration guide](https://v7.vite.dev/guide/rolldown) in the Vite 7 docs to switch to `rolldown-vite` from Vite 7.
4343

44-
<!-- TODO: Hide the guide from the sidebar as it is irrelevant in Vite 8. Also update the content there -->
45-
4644
For users migrating from `rolldown-vite` to Vite 8, you can undo the dependencies changes in `package.json` and update to Vite 8.
4745

4846
```json

docs/guide/performance.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,5 @@ Examples of using native tooling:
122122

123123
Using native tooling often brings larger installation size and as so is not the default when starting a new Vite project. But it may be worth the cost for larger applications.
124124

125-
- Use [Rolldown instead of Rollup and esbuild](./rolldown) for faster builds and a more aligned experience between dev and build.
126125
- Try out the experimental support for [LightningCSS](https://github.com/vitejs/vite/discussions/13835)
127126
- Use [`@vitejs/plugin-react-swc`](https://github.com/vitejs/vite-plugin-react-swc) in place of `@vitejs/plugin-react`.

docs/guide/rolldown.md

Lines changed: 0 additions & 348 deletions
This file was deleted.

docs/public/_redirects

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ https://vitejs.dev/* https://vite.dev/:splat 301!
77
/guide/api-vite-environment.html /guide/api-environment 301
88
/guide/comparisons /guide/why#how-vite-relates-to-other-unbundled-build-tools 301
99
/guide/comparisons.html /guide/why#how-vite-relates-to-other-unbundled-build-tools 301
10+
/guide/rolldown https://v7.vite.dev/guide/rolldown 301
11+
/guide/rolldown.html https://v7.vite.dev/guide/rolldown 301
1012

1113
# llms.txt
1214
/*.txt /:splat.md 301

0 commit comments

Comments
 (0)