chore: move comment in vite.config.ts

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-12-04 15:42:18 +01:00
parent 0fcf8bbeaa
commit 19a55759df
+2 -1
View File
@@ -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',