Skip to content

Commit

Permalink
fix: 修复编译错误
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Dec 16, 2023
1 parent b704c92 commit ef66174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vite-config-prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const config: UserConfig = {
replace([
{
file: /tdesign-.+\.js/,
source: /https:\/\/[^'']+\/fonts\/index\.js/g,
source: /https:\/\/[^"']+\/fonts\/index\.js/g,
target: 'assets/icon.js',
},
])
Expand Down

0 comments on commit ef66174

Please sign in to comment.