Browse Source

also disable console.debug

Jan Kessler 3 tháng trước cách đây
mục cha
commit
4681b06206
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      vite.config.ts

+ 2 - 2
vite.config.ts

@@ -41,6 +41,6 @@ export default defineConfig({
 		format: 'es'
 	},
 	esbuild: {
-		pure: ['console.log'],
-	},
+		pure: ['console.log', 'console.debug']
+	}
 });