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