From 7e0456cc6c2e612cb333382ad614041da68a13e9 Mon Sep 17 00:00:00 2001 From: Gary Date: Wed, 31 May 2023 19:39:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4appConfigSrc=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=AC=A6=E5=8F=B7=20(#2813)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/vite-config/src/plugins/appConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/vite-config/src/plugins/appConfig.ts b/internal/vite-config/src/plugins/appConfig.ts index c114ba404..a4fb9542a 100644 --- a/internal/vite-config/src/plugins/appConfig.ts +++ b/internal/vite-config/src/plugins/appConfig.ts @@ -37,7 +37,7 @@ async function createAppConfigPlugin({ const appConfigSrc = `${ publicPath || '/' - }${GLOBAL_CONFIG_FILE_NAME}?v=${version}-${createContentHash(source)}}`; + }${GLOBAL_CONFIG_FILE_NAME}?v=${version}-${createContentHash(source)}`; return { html,