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 333e853 commit 6759d10Copy full SHA for 6759d10
packages/sveltekit/src/vite/sourceMaps.ts
@@ -55,7 +55,6 @@ export async function makeCustomSentryVitePlugins(options?: CustomSentryVitePlug
55
const svelteConfig = await loadSvelteConfig();
56
57
const usedAdapter = options?.adapter || 'other';
58
- const sveltekitOutputDir = svelteConfig.kit?.outDir || '.svelte-kit';
59
const adapterOutputDir = await getAdapterOutputDir(svelteConfig, usedAdapter);
60
61
const globalWithSourceMapSetting = globalThis as GlobalWithSourceMapSetting;
0 commit comments