Skip to content

Commit 0d9928c

Browse files
authored
docs: update override instructions in release post (#2277)
1 parent 925dc34 commit 0d9928c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/announcing-vite8-beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ There are two available upgrade paths:
8989
> If you are relying on specific Rollup or esbuild options, you might need to make some adjustments to your Vite config. Please refer to the [migration guide](/guide/migration) for detailed instructions and examples.
9090
> As with all non-stable, major releases, thorough testing is recommended after upgrading to ensure everything works as expected. Please make sure to report any [issues](https://github.com/vitejs/rolldown-vite/issues).
9191
92-
If you use a metaframework or Vitest, in order to use Vite 8 beta, you have to override the `vite` dependency in your `package.json`, which works slightly different depending on your package manager:
92+
If you use a framework or tool that uses Vite as dependency, for example Astro, Nuxt, or Vitest, you have to override the `vite` dependency in your `package.json`, which works slightly different depending on your package manager:
9393

9494
:::code-group
9595

0 commit comments

Comments
 (0)