Skip to content

Commit

Permalink
add css hashPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyi-sl committed Aug 22, 2024
1 parent 0943164 commit 18f6691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/rollup/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const postcssPlugin = (options = {}) => (
autoModules: false,
modules: {
generateScopedName: '[name]__[local]___[hash:base64:5]',
hashPrefix: 'prefix',
},
...options,
})
Expand Down

0 comments on commit 18f6691

Please sign in to comment.