We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c4b25 commit 4089aabCopy full SHA for 4089aab
vite.config.mts
@@ -48,7 +48,7 @@ const config: UserConfig = {
48
tslib: path.join(dirname, './node_modules/tslib/tslib.es6.js'),
49
50
// Alias to CJS
51
- 'svelte/compiler': path.join(dirname, './node_modules/svelte/compiler.cjs'),
+ 'svelte/compiler': path.join(dirname, './node_modules/svelte/compiler/index.js'),
52
'eslint-visitor-keys': path.join(
53
dirname,
54
'./node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs'
0 commit comments