Commit 7e0456cc6c2e612cb333382ad614041da68a13e9

Authored by Gary
Committed by GitHub
1 parent c118e83a

删除appConfigSrc多余符号 (#2813)

internal/vite-config/src/plugins/appConfig.ts
@@ -37,7 +37,7 @@ async function createAppConfigPlugin({ @@ -37,7 +37,7 @@ async function createAppConfigPlugin({
37 37
38 const appConfigSrc = `${ 38 const appConfigSrc = `${
39 publicPath || '/' 39 publicPath || '/'
40 - }${GLOBAL_CONFIG_FILE_NAME}?v=${version}-${createContentHash(source)}}`; 40 + }${GLOBAL_CONFIG_FILE_NAME}?v=${version}-${createContentHash(source)}`;
41 41
42 return { 42 return {
43 html, 43 html,