gulp-babel. Read more.
Deprecated in favor ofPrecompile React JSX templates into JavaScript
Issues with the output should be reported on the React issue tracker.
Install
$ npm install --save-dev gulp-react
Usage
var gulp = ;var react = ; gulp;
API
react([options])
See the react-tools
options, except for sourceMap
and sourceFilename
, which are handled for you.
Source Maps
Use gulp-sourcemaps like this:
var gulp = ;var sourcemaps = ;var react = ; gulp;
License
MIT © Sindre Sorhus