Skip to content

Commit b39e222

Browse files
committed
chore: fix types
1 parent d32301f commit b39e222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vite-plugin-svelte/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export function svelte(inlineOptions) {
6767
log.debug('additional vite config', extraViteConfig, 'config');
6868
return extraViteConfig;
6969
},
70+
// @ts-ignore Allow exist in vite 6
7071
configEnvironment(name, config) {
7172
config.resolve ??= {};
7273
if (config.resolve.conditions == null) {

0 commit comments

Comments
 (0)