浏览代码

🔧 chore(vite): update build ignore configuration

- add tests directory to build ignore list to reduce bundle size
yourname 2 月之前
父节点
当前提交
74ab81962a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      vite.config.ts

+ 1 - 0
vite.config.ts

@@ -26,6 +26,7 @@ export default defineConfig({
         'coverage/**',
         'playwright-report/**',
         'test-results/**',
+        'tests/**',
       ]
     }
   },