Customize Create React App (CRA) without ejecting using react-app-rewired

InstructorDave Ceddia

Share this video with your friends

Send Tweet

Create React App is great, but it's hard to customize. If you want to add support for SASS/SCSS, react-intl, or any custom Webpack plugins, there's no official way to do that without ejecting.

This lesson shows you how to use the react-app-rewired library to customize CRA and its Webpack config without ejecting. Learn how to set up your rewire config and add the sass-loader so that your create-react-app project will support SCSS.

inlightmedia
~ 6 years ago

This is awesome!!! Thanks!