Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed Sep 16, 2024
1 parent 2b64be2 commit f1b34a3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
import { sentrySvelteKit } from '@sentry/sveltekit'
import { sentryVitePlugin } from '@sentry/vite-plugin'
import { sveltekit } from '@sveltejs/kit/vite'
import { defineConfig } from 'vite'
import { nodePolyfills } from 'vite-plugin-node-polyfills'

export default defineConfig({
build: {
sourcemap: true,
},
plugins: [
sentrySvelteKit({
autoInstrument: false,
sentryVitePlugin({
release: { finalize: false },
}),
nodePolyfills({
include: ['path', 'stream', 'util'],
Expand Down

0 comments on commit f1b34a3

Please # to comment.