소스 검색

删除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,