Explorar el Código

🔧 chore(vite): update build ignore configuration

- add tests directory to build ignore list to reduce bundle size
yourname hace 2 meses
padre
commit
74ab81962a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      vite.config.ts

+ 1 - 0
vite.config.ts

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