From 5d27c489a1082f8a064a01629eef0dd66cfc4a61 Mon Sep 17 00:00:00 2001 From: bach Date: Fri, 21 Mar 2025 22:44:12 +0100 Subject: [PATCH] @sentry/vite-plugin & sourcemap bugfix --- vite.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index f7dc866..7b1a0a0 100644 --- a/vite.config.js +++ b/vite.config.js @@ -47,7 +47,6 @@ export default defineConfig({ }, }, build: { - sourcemap: true, rollupOptions: { // https://rollupjs.org/configuration-options/ sourcemap: true,