Open ouhouhsami opened 10 years ago
also we should be able to add configuration to es6transpiler ? pipe(es6transpiler({'disallowUnknownReferences': false}))
What kind of options of transpiler you want to setup ? all ? or just this one "disallowUnknownReferences" ?
We can't know that for the moment. We should easily set up, or override default options. I think, for the moment, just let pipe(es6transpiler()), could be great if I can override it for specific project in my project gulpfile.js ?
is not described in the readme