From 8ecfb905c39c1af9ac1250c51c75a715e99913c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Sun, 15 May 2022 20:31:53 +0800 Subject: [PATCH] =?UTF-8?q?docs(vite.config.ts):=20=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: d06254a1d44f6e12e77c36b2bbdee7d610f893c1 --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index dedc1327..34391ce1 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -35,7 +35,7 @@ export default ({ mode }: ConfigEnv): UserConfig => { resolve: { // Vite路径别名配置 alias: { - '@': path.resolve('./src') // @代替src + '@': path.resolve('./src') } } };