删除appConfigSrc多余符号 (#2813)
This commit is contained in:
parent
c118e83a2b
commit
7e0456cc6c
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue