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 8c178cf commit 76ed865Copy full SHA for 76ed865
packages/vite-plugin-svelte/src/utils/options.ts
@@ -175,11 +175,11 @@ export function buildExtraViteConfig(
175
resolve: {
176
mainFields: [...SVELTE_RESOLVE_MAIN_FIELDS],
177
dedupe: allSvelteImports
178
- },
+ }
179
// this option is still awaiting a PR in vite to be supported
180
// see https://github.com/sveltejs/vite-plugin-svelte/issues/60
181
// @ts-ignore
182
- knownJsSrcExtensions: options.extensions
+ // knownJsSrcExtensions: options.extensions
183
};
184
185
if (options.isBuild && config.build?.ssr) {
0 commit comments