删除appConfigSrc多余符号 (#2813)

This commit is contained in:
Gary 2023-05-31 19:39:40 +08:00 committed by GitHub
parent c118e83a2b
commit 7e0456cc6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ async function createAppConfigPlugin({
const appConfigSrc = `${ const appConfigSrc = `${
publicPath || '/' publicPath || '/'
}${GLOBAL_CONFIG_FILE_NAME}?v=${version}-${createContentHash(source)}}`; }${GLOBAL_CONFIG_FILE_NAME}?v=${version}-${createContentHash(source)}`;
return { return {
html, html,