StephenGrider / ReactStarter

https://www.udemy.com/learn-and-understand-reactjs/
204 stars 186 forks source link

Support for es6 #10

Open maier-stefan opened 8 years ago

maier-stefan commented 8 years ago

Would be nice if you could extend that starter kit to support also es2015. s.th. like:

var babel = require('gulp-babel');
gulp.task('es6', ['transform'], function () {
  return gulp.src('output/*.js')
        .pipe(babel())
        .pipe(gulp.dest('output'));
});
sephi-dev commented 8 years ago

I agree !