0.8.0 • Published 7 years ago

@neontribe/react-scripts v0.8.0

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
7 years ago

Neontribe's react-scripts

A fork of the react-scripts package shipped in create-react-app.

Usage

Create your react app with:

create-react-app my-app --scripts-version @neontribe/react-scripts

Additional features

CSS modules

CSS Modules support is enabled in webpack for files with a .module.css extension. If you still need to build some files as global css please ensure they have .global.css extensions.