From 9991fb4e5c46b9e4016beaade7232e28dc272797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=87=AF=E9=BE=99?= <502431556@qq.com> Date: Wed, 8 Dec 2021 17:34:53 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BF=AE=E6=94=B9vite=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 452a6f8..2add8a0 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -62,7 +62,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => { VueI18n({ runtimeOnly: true, compositionOnly: true, - include: [pathResolve(__dirname, 'src/locales/**')], + include: [pathResolve(__dirname, 'src/locales/**')] }) ],