We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185fb58 commit 6950d20Copy full SHA for 6950d20
1 file changed
tsup.base.config.ts
@@ -75,7 +75,7 @@ const baseConfig: Options & { target: Target[] } = {
75
include: [/\.module\.css$/u],
76
options: {
77
cssModules: {
78
- pattern: 'w[hash]',
+ pattern: 'w[hash]_[local]',
79
pure: true,
80
animation: false,
81
grid: false,
0 commit comments