From 4ad537b34b7cf145e6190ec59fe6e2a6de0f5077 Mon Sep 17 00:00:00 2001 From: userquin Date: Tue, 13 Aug 2024 17:28:58 +0200 Subject: [PATCH] chore: cleanup taze config. file --- taze.config.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/taze.config.ts b/taze.config.ts index cdc8554..fcf4217 100644 --- a/taze.config.ts +++ b/taze.config.ts @@ -4,8 +4,4 @@ export default defineConfig({ ignorePaths: [ 'test/fixtures', ], - /* exclude: [ - // v7.0.0 has some bundle issue - 'find-up', - ], */ })