Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed Sep 16, 2024
1 parent 74f8e7d commit 71949d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ export default defineConfig({
sourcemap: true,
},
plugins: [
sentryVitePlugin({
release: { finalize: false },
}),
nodePolyfills({
include: ['path', 'stream', 'util'],
globals: {
Expand All @@ -20,5 +17,8 @@ export default defineConfig({
},
}),
sveltekit(),
sentryVitePlugin({
release: { finalize: false },
}),
],
})

0 comments on commit 71949d6

Please # to comment.