From de3a1f549a1133de115397e88cc3e70ff03418db Mon Sep 17 00:00:00 2001 From: "M. Bestami" Date: Wed, 13 Aug 2025 15:51:30 +0300 Subject: [PATCH] =?UTF-8?q?buil=20sonras=C4=B1=20html=20comment=20taglerin?= =?UTF-8?q?in=20kald=C4=B1r=C4=B1lmas=C4=B1=20i=C3=A7in=20config.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 20f81a1..3f16b4c 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -6,7 +6,16 @@ import vueJsx from '@vitejs/plugin-vue-jsx' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [vue(), vueJsx()], + plugins: [ + vue({ + template: { + compilerOptions: { + comments: false + } + } + }), + vueJsx() + ], resolve: { alias: { '@': fileURLToPath(new URL('./src', import.meta.url))