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