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 5c66a56 commit 62a1f90Copy full SHA for 62a1f90
dev-packages/e2e-tests/test-applications/sveltekit-cloudflare-pages/vite.config.ts
@@ -3,5 +3,5 @@ import { sveltekit } from '@sveltejs/kit/vite';
3
import { defineConfig } from 'vite';
4
5
export default defineConfig({
6
- plugins: [sentrySvelteKit({ autoUploadSourceMaps: false }), sveltekit()],
+ plugins: [/*sentrySvelteKit({ autoUploadSourceMaps: false })*/ , sveltekit()],
7
});
0 commit comments