瀏覽代碼

chore: remove import for custom vite plugin

alvarosabu 2 年之前
父節點
當前提交
0e9e92893d
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      vite.config.ts

+ 1 - 2
vite.config.ts

@@ -14,8 +14,7 @@ import copy from 'rollup-plugin-copy'
 import { resolve } from 'pathe'
 
 import { lightGreen, yellow, gray, bold } from 'kolorist'
-/* import { ViteTresPlugin } from './plugins/vite-tres-types-plugin'
- */
+
 import pkg from './package.json'
 
 // eslint-disable-next-line no-console