Turn ES6 code into vanilla ES5 with no runtime required using 6to5
Issues with the output should be reported on the 6to5 issue tracker.
Install
$ npm install --save-dev gulp-6to5
Usage
var gulp = ;var to5 = ; gulp;
API
6to5(options)
options
See the 6to5
options, except for sourceMap
and filename
which is handled for you.
Source Maps
Use gulp-sourcemaps like this:
var gulp = ;var sourcemaps = ;var to5 = ;var concat = ; gulp;
License
MIT © Sindre Sorhus