Jimdo/typings-for-css-modules-loader

Style loader not working with the result of sass loader.

tan-90 opened this issue · 1 comments

When working with css, my set of rules looks like this:
{ test: /\.css$/, loader: "style-loader"},
{ test: /\.css$/, loader: "typings-for-css-modules-loader?modules&namedExport" }
and it works as expected.
Trying to change to scss, I added the line:
{ test: /\.scss$/, loader: "typings-for-css-modules-loader?modules&namedExport&sass" }
after the 2 previous ones, and while the modules are properly exported, style-loader is not loading any style.

Is this package incompatible with style-loader or am I doing something wrong?

I am having the same issue here