Understanding combining options for scss compilation #3173
Unanswered
zackarychapple
asked this question in
Core
Replies: 1 comment
-
we may need a demo to debug |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When working on the Angular implementation we were testing the
sass-loader
. In the react-with-scss example it says to use thesass-loader
together withtype:css
.When we try to do this on the Angular example we get the following error.
When we try to build without the
type:css
we get a different error:Using
raw-loader
in combination with sass loader works as expected.I do not know if this is a bug, or expected behavior but I'd love to understand how type, and the combinations of loaders works.
Beta Was this translation helpful? Give feedback.
All reactions