mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-20 20:48:26 -05:00
@@ -51,6 +51,9 @@ module.exports = (api, options) => {
|
||||
// ensure user injected vueLoader options take higher priority
|
||||
options.loaders = Object.assign(resolver.vue(), options.loaders)
|
||||
options.cssSourceMap = !!userOptions.cssSourceMap
|
||||
options.cssModules = Object.assign({
|
||||
localIdentName: '[name]_[local]__[hash:base64:5]'
|
||||
}, options.cssModules)
|
||||
return options
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user