removed vite drop console

This commit is contained in:
2026-02-24 15:08:26 +01:00
parent d0f69a3838
commit 3fdeb082ec
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ export default defineConfig({
},
// https://github.com/vitejs/vite/discussions/7920
esbuild: {
drop: ['console', 'debugger'],
// drop: ['console', 'debugger'],
},
define: {
__SENTRY_RELEASE__: JSON.stringify(release),