Skip to content

Commit a5e362a

Browse files
committed
fixup: s/vite-plugin/vite/
1 parent fe2e387 commit a5e362a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { svelte } from '@sveltejs/vite-plugin-svelte'
44
import { VERSION as SVELTE_VERSION } from 'svelte/compiler'
55
import { defineConfig } from 'vite'
66

7-
import { svelteTesting } from './src/vite-plugin.js'
7+
import { svelteTesting } from './src/vite.js'
88

99
const IS_SVELTE_5 = SVELTE_VERSION >= '5'
1010

0 commit comments

Comments
 (0)