Skip to content

Commit ef66174

Browse files
committed
fix: 修复编译错误
1 parent b704c92 commit ef66174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/vite-config-prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const config: UserConfig = {
1616
replace([
1717
{
1818
file: /tdesign-.+\.js/,
19-
source: /https:\/\/[^'']+\/fonts\/index\.js/g,
19+
source: /https:\/\/[^"']+\/fonts\/index\.js/g,
2020
target: 'assets/icon.js',
2121
},
2222
])

0 commit comments

Comments
 (0)