2.1.9 • Published 5 years ago

react-scripts-istanbul v2.1.9

Weekly downloads
262
License
MIT
Repository
github
Last release
5 years ago

react-scripts

This package includes scripts and configuration used by Create React App. Please refer to its documentation:

react-scripts-istanbul

This is a custom react-scripts package for loading istanbul plugin. To use this script, run

create-react-app --scripts-version react-scripts-istanbul myApp

To create an instrumented build

react-scripts build --coverage

The start command starts webpack-dev-server with instrumentation on.