소스 검색

also disable console.debug

Jan Kessler 3 달 전
부모
커밋
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']
+	}
 });