ソースを参照

删除appConfigSrc多余符号 (#2813)

Gary 1 年間 前
コミット
7e0456cc6c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      internal/vite-config/src/plugins/appConfig.ts

+ 1 - 1
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,