1.1.2 • Published 6 years ago

@jukka/react-scripts v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

@jukka/react-scripts

Forked from Create React App.

This version adds support for the following features:

  • babel-plugin-styled-components
  • react-hot-loader

Styled components

Installing styled-components in a standard Create React App project will work but debugging is painful without the Webpack plugin.

  • Without babel-plugin-styled-components, classnames are total gibberish: Before adding babel-plugin-styled-components

  • With babel-plugin-styled-components, they become human readable: After adding babel-plugin-styled-components