diff --git a/vite.config.ts b/vite.config.ts index 0d4592046..729fba615 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -41,6 +41,6 @@ export default defineConfig({ format: 'es' }, esbuild: { - pure: ['console.log'], - }, + pure: ['console.log', 'console.debug'] + } });