We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b704c92 commit ef66174Copy full SHA for ef66174
scripts/vite-config-prod.ts
@@ -16,7 +16,7 @@ export const config: UserConfig = {
16
replace([
17
{
18
file: /tdesign-.+\.js/,
19
- source: /https:\/\/[^'']+\/fonts\/index\.js/g,
+ source: /https:\/\/[^"']+\/fonts\/index\.js/g,
20
target: 'assets/icon.js',
21
},
22
])
0 commit comments