diff --git a/internal/vite-config/src/config/common.ts b/internal/vite-config/src/config/common.ts index 8a56c897..3f18836a 100644 --- a/internal/vite-config/src/config/common.ts +++ b/internal/vite-config/src/config/common.ts @@ -7,7 +7,7 @@ const commonConfig: UserConfig = { host: true, }, esbuild: { - drop: ['console', 'debugger'], + drop: ['debugger'], }, build: { reportCompressedSize: false,