We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e0661e commit fd13106Copy full SHA for fd13106
packages/@vue/cli-service/lib/config/css.js
@@ -51,6 +51,9 @@ module.exports = (api, options) => {
51
// ensure user injected vueLoader options take higher priority
52
options.loaders = Object.assign(resolver.vue(), options.loaders)
53
options.cssSourceMap = !!userOptions.cssSourceMap
54
+ options.cssModules = Object.assign({
55
+ localIdentName: '[name]_[local]__[hash:base64:5]'
56
+ }, options.cssModules)
57
return options
58
})
59
0 commit comments