Skip to content

Commit

Permalink
docs: add vite 6 migration guide link
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Jan 28, 2025
1 parent 9acc13f commit 3830d61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guide/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ See PR for more details: [#5876](https://github.com/vitest-dev/vitest/pull/5876)
### `module` condition export is not resolved by default on Vite 6

Vite 6 allows more flexible [`resolve.conditions`](https://vite.dev/config/shared-options#resolve-conditions) options and Vitest configures it to exclude `module` conditional export by default.
See also [Vite 6 migration guide](https://v6.vite.dev/guide/migration.html#default-value-for-resolve-conditions) for the detail of Vite side changes.

### `Custom` Type is Deprecated <Badge type="danger">API</Badge> {#custom-type-is-deprecated}

Expand Down

0 comments on commit 3830d61

Please sign in to comment.