From 19a55759df92858538029bec079c0cf91945ce58 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sat, 4 Dec 2021 13:41:18 +0100 Subject: [PATCH] chore: move comment in vite.config.ts Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com> --- vite.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index a142084c..7bb954e8 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -40,7 +40,8 @@ export default defineConfig({ }, plugins: [ vue(), - svgLoader(), // https://github.com/antfu/unplugin-auto-import + svgLoader(), + // https://github.com/antfu/unplugin-auto-import AutoImport({ imports: ['vue', '@vueuse/core'], dts: 'src/auto-imports.d.ts',