Skip to content

Commit dbf7dc2

Browse files
committedJun 2, 2022
Clear unuse 3rd lib
1 parent faad832 commit dbf7dc2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎vite.config.ts

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { defineConfig } from 'vite';
55
import svgLoader from 'vite-svg-loader';
66
import checker from 'vite-plugin-checker';
77
import dts from 'vite-plugin-dts';
8-
// import vueTyeImports from 'vite-plugin-vue-type-imports';
98
// import eslintPlugin from '@nabla/vite-plugin-eslint';
109

1110
// https://vitejs.dev/config/
@@ -32,7 +31,6 @@ export default defineConfig({
3231
// },
3332
plugins: [
3433
vue(),
35-
// vueTyeImports(),
3634
svgLoader(),
3735
checker({
3836
overlay: false,

0 commit comments

Comments
 (0)
Please sign in to comment.