docs: 移除注释

This commit is contained in:
haoxr 2022-12-18 13:25:14 +08:00
parent 59f8fbd1eb
commit e394e12e86
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ import vue from '@vitejs/plugin-vue';
import { createSvgIconsPlugin } from 'vite-plugin-svg-icons';
import path from 'path';
// @see: https://gitee.com/holysheng/vite2-config-description/blob/master/vite.config.ts
export default ({ mode }: ConfigEnv): UserConfig => {
// 获取 .env 环境配置文件
const env = loadEnv(mode, process.cwd());