Skip to content

Commit

Permalink
fix: incremenet css.importLoaders default
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Nov 22, 2018
1 parent 23b1e7f commit 27eeeb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/config/index.js
Expand Up @@ -21,7 +21,7 @@ exports.babel = {

exports.css = {
modules: true,
importLoaders: 1,
importLoaders: 2,
localIdentName: '[local]__[hash:base64:5]'
}

Expand Down

0 comments on commit 27eeeb9

Please sign in to comment.