Skip to content

Commit 6950d20

Browse files
committed
Add local to name as hash is the file hash
1 parent 185fb58 commit 6950d20

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: 'w[hash]',
78+
pattern: 'w[hash]_[local]',
7979
pure: true,
8080
animation: false,
8181
grid: false,

0 commit comments

Comments
 (0)