Skip to content

Commit 4089aab

Browse files
committed
chore: fix vite.config
1 parent 07c4b25 commit 4089aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.mts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const config: UserConfig = {
4848
tslib: path.join(dirname, './node_modules/tslib/tslib.es6.js'),
4949

5050
// Alias to CJS
51-
'svelte/compiler': path.join(dirname, './node_modules/svelte/compiler.cjs'),
51+
'svelte/compiler': path.join(dirname, './node_modules/svelte/compiler/index.js'),
5252
'eslint-visitor-keys': path.join(
5353
dirname,
5454
'./node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs'

0 commit comments

Comments
 (0)