From 99b562230fa216e1536a3de97c64a07ebebcaf1e Mon Sep 17 00:00:00 2001 From: BOHEUS Date: Wed, 21 Aug 2024 20:26:39 +0200 Subject: [PATCH] Bring back reverted changes from #6621 --- packages/twenty-front/vite.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/twenty-front/vite.config.ts b/packages/twenty-front/vite.config.ts index 682b6466ab40..f6cbcb45051d 100644 --- a/packages/twenty-front/vite.config.ts +++ b/packages/twenty-front/vite.config.ts @@ -108,5 +108,8 @@ export default defineConfig(({ command, mode }) => { localsConvention: 'camelCaseOnly', }, }, + optimizeDeps: { + exclude: ['@tabler/icons-react'], + }, }; });