We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2e387 commit a5e362aCopy full SHA for a5e362a
vite.config.js
@@ -4,7 +4,7 @@ import { svelte } from '@sveltejs/vite-plugin-svelte'
4
import { VERSION as SVELTE_VERSION } from 'svelte/compiler'
5
import { defineConfig } from 'vite'
6
7
-import { svelteTesting } from './src/vite-plugin.js'
+import { svelteTesting } from './src/vite.js'
8
9
const IS_SVELTE_5 = SVELTE_VERSION >= '5'
10
0 commit comments