ouhouhsami / module-boilerplate

Simple collection of boilerplate and assets for our modules
1 stars 1 forks source link

Transpile command #4

Open ouhouhsami opened 10 years ago

ouhouhsami commented 10 years ago

is not described in the readme

ouhouhsami commented 10 years ago

also we should be able to add configuration to es6transpiler ? pipe(es6transpiler({'disallowUnknownReferences': false}))

nums commented 10 years ago

What kind of options of transpiler you want to setup ? all ? or just this one "disallowUnknownReferences" ?

ouhouhsami commented 10 years ago

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 ?