I need to convert all /src/.jsx files to /src/.js
Before I used gulp-react:
var react = require(\'gulp-react\'); gulp.task(\'jsx\', functio
Yeah using gulp with the package gulp-babel would do the trick. https://github.com/babel/gulp-babel