-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Scss hot reload support V4 #3057
Comments
create-react-app eject and tweak? |
@Mike3run thanks! I already played with with-external-scoped-css example. You can get SCSS support there but no hot reload on dev env which is a big issue for the dev experience. create-react-app is an option but I was hoping to save the configuration overhead of webpack and bable that nextjs offers |
Try to fix this problem also |
I've implemented external scss with hot-reloading here: #3451 |
Fixed with next-sass |
Hi Everyone,
I know this issue has been discussed a lot in this forum but I get understand what is the bottom line in any of the other posts.
I'm just trying to know what is the plan with this issue in the near future.
We are planning to migrate our systems (hopefully to nextjs) and we heavily relay on scoped scss.
Do you think the hot reload issue will be solved in V4?
If not what is the best alternative for scoped non inline css (we want a clear .js .css separation) that is supported with hot reload?
Thanks!
The text was updated successfully, but these errors were encountered: