altgifted/babel-plugin-transform-scss

SASS Modules

Opened this issue · 0 comments

Hello!

Tell me, please, how can i configure this plugin for use scss modules?

also as if with such webpack config:
{
test: /.s[ac]ss$/i,
use: [
'style-loader', {
loader: 'css-loader',
options: {
modules: true, // <-- !
localsConvention: 'camelCase',
},
}, 'sass-loader'],
}