We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faad832 commit dbf7dc2Copy full SHA for dbf7dc2
vite.config.ts
@@ -5,7 +5,6 @@ import { defineConfig } from 'vite';
5
import svgLoader from 'vite-svg-loader';
6
import checker from 'vite-plugin-checker';
7
import dts from 'vite-plugin-dts';
8
-// import vueTyeImports from 'vite-plugin-vue-type-imports';
9
// import eslintPlugin from '@nabla/vite-plugin-eslint';
10
11
// https://vitejs.dev/config/
@@ -32,7 +31,6 @@ export default defineConfig({
32
31
// },
33
plugins: [
34
vue(),
35
- // vueTyeImports(),
36
svgLoader(),
37
checker({
38
overlay: false,
0 commit comments