We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8a96e commit fa66d6eCopy full SHA for fa66d6e
packages/vitest/src/node/plugins/index.ts
@@ -125,18 +125,6 @@ export async function VitestPlugin(
125
// https://github.com/vitejs/vite/pull/16453
126
emptyOutDir: false,
127
},
128
- // eslint-disable-next-line ts/ban-ts-comment
129
- // @ts-ignore Vite 6 compat
130
- environments: {
131
- ssr: {
132
- resolve: {
133
- // by default Vite resolves `module` field, which not always a native ESM module
134
- // setting this option can bypass that and fallback to cjs version
135
- mainFields: [],
136
- conditions: ['node'],
137
- },
138
139
140
test: {
141
poolOptions: {
142
threads: {
0 commit comments