refactor(build): remove legal

This commit is contained in:
Carlos Valente
2024-04-27 10:05:03 +02:00
committed by Carlos Valente
parent 75b5118b0f
commit 95b437e18c
+3
View File
@@ -52,6 +52,9 @@ export default defineConfig({
'@': fileURLToPath(new URL('./src', import.meta.url)), '@': fileURLToPath(new URL('./src', import.meta.url)),
}, },
}, },
esbuild: {
legalComments: 'none',
},
css: { css: {
preprocessorOptions: { preprocessorOptions: {
scss: { scss: {