From 95b437e18cc141521bc2f7af6ccfc9031a141f97 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Sat, 27 Apr 2024 10:05:03 +0200 Subject: [PATCH] refactor(build): remove legal --- apps/client/vite.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/client/vite.config.js b/apps/client/vite.config.js index 6b1b6d622..e64be901d 100644 --- a/apps/client/vite.config.js +++ b/apps/client/vite.config.js @@ -52,6 +52,9 @@ export default defineConfig({ '@': fileURLToPath(new URL('./src', import.meta.url)), }, }, + esbuild: { + legalComments: 'none', + }, css: { preprocessorOptions: { scss: {