Top "Gulp-babel" questions

ES6 import module with Gulp

I am trying to import my ES6 module into a file and running Gulp to concat and minify the file. …

javascript gulp gulp-babel
Using Gulp-babel and getting "Argument name clash in strict mode"

I'm trying to use gulp-babel so I can start writing some ES6 / ES2015 code inside of my ES5 app. var …

javascript gulp ecmascript-6 babeljs gulp-babel