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 8659873 commit ea55832Copy full SHA for ea55832
packages/preact-query/vite.config.ts
@@ -1,10 +1,10 @@
1
-import { defineConfig } from 'vitest/config'
+import { defineConfig, ViteUserConfig } from 'vitest/config'
2
import preact from '@preact/preset-vite'
3
4
import packageJson from './package.json'
5
6
export default defineConfig({
7
- plugins: [preact() as any],
+ plugins: [preact() as ViteUserConfig['plugins']],
8
// fix from https://github.com/vitest-dev/vitest/issues/6992#issuecomment-2509408660
9
resolve: {
10
conditions: ['@tanstack/custom-condition'],
0 commit comments