Skip to content

Commit 6759d10

Browse files
committed
remove unused var
1 parent 333e853 commit 6759d10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/sveltekit/src/vite/sourceMaps.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export async function makeCustomSentryVitePlugins(options?: CustomSentryVitePlug
5555
const svelteConfig = await loadSvelteConfig();
5656

5757
const usedAdapter = options?.adapter || 'other';
58-
const sveltekitOutputDir = svelteConfig.kit?.outDir || '.svelte-kit';
5958
const adapterOutputDir = await getAdapterOutputDir(svelteConfig, usedAdapter);
6059

6160
const globalWithSourceMapSetting = globalThis as GlobalWithSourceMapSetting;

0 commit comments

Comments
 (0)