I am trying to import my ES6 module into a file and running Gulp to concat and minify the file. …
javascript gulp gulp-babelI'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