Skip to content

facebook/create-react-app

Create React App

Customized create-react-app scripts which adds

  • SASS support (.scss)
  • # alias for pseudo-absolute imports
  • react-hot-loader
  • decorators

To use

create-react-app --scripts-version mgutz-react-scripts my-app

These features required changes to CRA's webpack configs necessitating a fork.