From 3c8982bfbd80a44448e24c0c519e0f5afa015fec Mon Sep 17 00:00:00 2001 From: Chris Amico Date: Tue, 26 Nov 2024 13:51:10 -0500 Subject: [PATCH] Exclude legacy Co-authored-by: Allan Lasser --- vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.js b/vite.config.js index 66989ef06..08217d0d4 100644 --- a/vite.config.js +++ b/vite.config.js @@ -58,6 +58,7 @@ export default defineConfig({ exclude: [ ...configDefaults.exclude, "storybook-static", + "./src/legacy/*", "node_modules", "./src/config/*", "./src/**/*.stories.@(js|jsx|ts|tsx|svelte)",