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
$ npm install
$ npm run build