Hi, currently I write ES6+ code and use Babel transform them.
Maybe we can include it and add an option for it.
Like this below:
# lib/gulpfile.js
"use strict";
require("babel/register");
var gulp = require("gulp");
var path = require("path");
var fs = require("fs");
var helpers = require(path.resolve(__dirname, "helpers"));
require("gulp-help")(gulp, {
aliases: ["h"],
afterPrintCallback: helpers.gulp.printManuals
});
...
If you like this, I can submit a PR.
Hi, currently I write ES6+ code and use Babel transform them.
Maybe we can include it and add an option for it.
Like this below:
If you like this, I can submit a PR.