/working-example-gulp-babel-with-babel6-JSX

example of gulp-babel with babel6 translating react JSX using babel-preset-es2015

Primary LanguageJavaScript

Working Example of gulp-babel with Babel6 for translating react JSX

I was having trouble with gulp-babel and its configuration but thanks to @loganfsmyth in this thread babel/gulp-babel#73 (comment) I now have it working.
This uses the babel-preset-es2015

Note: this is using a local install of gulp not a global one. Gulp is therefore instigated from npm run scriptname

To See Example

$ npm install
$ npm run build