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.
transformMode
1 parent 5066667 commit 653f953Copy full SHA for 653f953
template/config/vitest/vitest.config.js
@@ -9,10 +9,7 @@ export default mergeConfig(
9
test: {
10
environment: 'jsdom',
11
exclude: [...configDefaults.exclude, 'e2e/*'],
12
- root: fileURLToPath(new URL('./', import.meta.url)),
13
- transformMode: {
14
- web: [/\.[jt]sx$/]
15
- }
+ root: fileURLToPath(new URL('./', import.meta.url))
16
}
17
})
18
)
0 commit comments