Skip to content

Commit

Permalink
fix: generateScopedName (#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
cangku authored and luckyadam committed Nov 28, 2018
1 parent d09cc2d commit 00e288b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-cli/src/weapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -1381,7 +1381,7 @@ function processStyleUseCssModule (styleObj) {
if (!customCssModulesConf.enable) {
return styleObj
}
const generateScopedName = customCssModulesConf.generateScopedName
const generateScopedName = customCssModulesConf.config.generateScopedName
const context = process.cwd()
let scopedName
if (generateScopedName) {
Expand Down

0 comments on commit 00e288b

Please sign in to comment.