Skip to content

Commit 185fb58

Browse files
committed
Shorten prefix
1 parent 1d27fe4 commit 185fb58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsup.base.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const baseConfig: Options & { target: Target[] } = {
7575
include: [/\.module\.css$/u],
7676
options: {
7777
cssModules: {
78-
pattern: 'wcd-[hash]',
78+
pattern: 'w[hash]',
7979
pure: true,
8080
animation: false,
8181
grid: false,

0 commit comments

Comments
 (0)