Skip to content

Commit

Permalink
chore: fix vite.config
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Apr 8, 2024
1 parent 07c4b25 commit 4089aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const config: UserConfig = {
tslib: path.join(dirname, './node_modules/tslib/tslib.es6.js'),

// Alias to CJS
'svelte/compiler': path.join(dirname, './node_modules/svelte/compiler.cjs'),
'svelte/compiler': path.join(dirname, './node_modules/svelte/compiler/index.js'),
'eslint-visitor-keys': path.join(
dirname,
'./node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs'
Expand Down

0 comments on commit 4089aab

Please sign in to comment.