You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2020. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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?
The text was updated successfully, but these errors were encountered: