From 75cda95490dde88bc7b868c22e56d93ee66cbe02 Mon Sep 17 00:00:00 2001 From: "tom.coursow" Date: Wed, 12 Jul 2023 12:34:17 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Evite.config.js=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vite.config.js b/vite.config.js index b13e67a..41a16c2 100644 --- a/vite.config.js +++ b/vite.config.js @@ -8,5 +8,12 @@ export default defineConfig({ globals: true, environment: 'jsdom', setupFiles: './src/test/setup.js', + exclude: [ + '**/node_modules/**', + '**/dist/**', + '**/cypress/**', + '.{idea,git,cache,output,temp}/**', + './src/config/**', + ], }, });