Commit 7e0456cc6c2e612cb333382ad614041da68a13e9
Committed by
GitHub
1 parent
c118e83a
删除appConfigSrc多余符号 (#2813)
Showing
1 changed file
with
1 additions
and
1 deletions
internal/vite-config/src/plugins/appConfig.ts
... | ... | @@ -37,7 +37,7 @@ async function createAppConfigPlugin({ |
37 | 37 | |
38 | 38 | const appConfigSrc = `${ |
39 | 39 | publicPath || '/' |
40 | - }${GLOBAL_CONFIG_FILE_NAME}?v=${version}-${createContentHash(source)}}`; | |
40 | + }${GLOBAL_CONFIG_FILE_NAME}?v=${version}-${createContentHash(source)}`; | |
41 | 41 | |
42 | 42 | return { |
43 | 43 | html, | ... | ... |