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 484ef05 commit 0985a63Copy full SHA for 0985a63
src/core/resolvers/tdesign.ts
@@ -27,7 +27,7 @@ function getSideEffects(importName: string, options: TDesignResolverOptions): Si
27
28
if (!importStyle) return
29
30
- if (fileName === "config-provider") return
+ if (fileName === 'config-provider') return
31
32
if (importStyle === 'less') return `tdesign-${library}/esm/${fileName}/style`
33
0 commit comments