We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d27fe4 commit 185fb58Copy full SHA for 185fb58
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: 'wcd-[hash]',
+ pattern: 'w[hash]',
79
pure: true,
80
animation: false,
81
grid: false,
0 commit comments