We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32301f commit b39e222Copy full SHA for b39e222
packages/vite-plugin-svelte/src/index.js
@@ -67,6 +67,7 @@ export function svelte(inlineOptions) {
67
log.debug('additional vite config', extraViteConfig, 'config');
68
return extraViteConfig;
69
},
70
+ // @ts-ignore Allow exist in vite 6
71
configEnvironment(name, config) {
72
config.resolve ??= {};
73
if (config.resolve.conditions == null) {
0 commit comments