1
0
Эх сурвалжийг харах

also disable console.debug

Jan Kessler 3 сар өмнө
parent
commit
4681b06206
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  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']
+	}
 });