Better css module classnames
This commit is contained in:
parent
1065bcf0cc
commit
08596e906f
@ -13,7 +13,7 @@ module.exports = {
|
||||
{ test: /\.json$/, loader: 'json-loader' },
|
||||
{
|
||||
test: /\.css$/,
|
||||
loader: ExtractTextPlugin.extract("style", "css?modules&importLoaders=1!postcss"),
|
||||
loader: ExtractTextPlugin.extract("style", "css?modules&importLoaders=1&&localIdentName=cms__[name]__[local]!postcss"),
|
||||
},
|
||||
{
|
||||
loader: 'babel',
|
||||
|
Loading…
x
Reference in New Issue
Block a user