You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/migration.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,8 +131,7 @@ See PR for more details: [#5876](https://github.com/vitest-dev/vitest/pull/5876)
131
131
132
132
### `module` condition export is not resolved by default on Vite 6
133
133
134
-
Vite 6 allows more flexible [`resolve.conditions`](https://vite.dev/config/shared-options#resolve-conditions) options
135
-
and Vitest configures it to exclude `module` conditional export to be resolved by default.
134
+
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.
136
135
137
136
### `Custom` Type is Deprecated <Badgetype="danger">API</Badge> {#custom-type-is-deprecated}
0 commit comments