-
Notifications
You must be signed in to change notification settings - Fork 492
SCSS compiling but styles not applied #95
Comments
I'm afraid you will have to eject your generated project, as mentioned on the SO thread. Regarding the ejection behavior - it's equivalent with the default CRA, with the exception of typescript-specific additions and changes. Just keep in mind to properly merge your current webpack config with the existing ones after ejection :) |
You can use https://github.com/timarney/react-app-rewired to modify Webpack config in CRA.
|
As this hasn't been updated for a while, I am closing this issue. Please re-open if we have an update. |
Does this limitation still apply with create-react-app-typescript? Having the same symptoms but think it should now be possible to use sass without ejecting, right? |
Ping, According this |
Doesn't seem to be working for me either. I started my application using the following command:
I am using My dependencies are:
|
Hello,
Thanks for the repo!
I am trying to get SCSS to work. I have it compiling via webpack, however, I get no styles.
Am I supposed to eject like this other thread regarding create react app (non TS version)?
Like they are doing in this thread? Not sure if your version of CRA would behave the same.
https://stackoverflow.com/questions/41042479/create-react-app-with-sass-not-loading-styles
Any ideas here?
The text was updated successfully, but these errors were encountered: