Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Style loader not working with the result of sass loader. #67

Open
tan-90 opened this issue Jul 19, 2018 · 1 comment
Open

Style loader not working with the result of sass loader. #67

tan-90 opened this issue Jul 19, 2018 · 1 comment

Comments

@tan-90
Copy link

tan-90 commented Jul 19, 2018

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?

@valadas
Copy link

valadas commented Mar 1, 2019

I am having the same issue here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants