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
I really love this project, great way to kick start very quickly.
To add SASS or any other libraries, currently, I am ejecting and customizing my configs. How do you feel about abstracting this? I am not sure whether this is good or bad idea. Curious to know community opinion.
When anyone wants to add sass to create react app, doing something like create-react-app --add sass should create a config with sass support. Anybody writing libraries should be able to add basic config how they interface with create-react-app which should be the starting point for interfacing with this awesome project.
I really love this project, great way to kick start very quickly.
To add SASS or any other libraries, currently, I am ejecting and customizing my configs. How do you feel about abstracting this? I am not sure whether this is good or bad idea. Curious to know community opinion.
When anyone wants to add sass to create react app, doing something like
create-react-app --add sass
should create a config with sass support. Anybody writing libraries should be able to add basic config how they interface withcreate-react-app
which should be the starting point for interfacing with this awesome project.Something like this?
The text was updated successfully, but these errors were encountered: