gulp-es6-module-transpiler icon indicating copy to clipboard operation
gulp-es6-module-transpiler copied to clipboard

Results 6 gulp-es6-module-transpiler issues
Sort by recently updated
recently updated
newest added

I having problems when using your package, when I give the command `gulp` to run it shows these messages in the console: ![image](https://user-images.githubusercontent.com/3616259/38725342-70fb41b0-3edd-11e8-8fcb-3949d1cc0ce6.png) And when I go into the package...

`Error: Cannot find module 'es6-module-transpiler/node_modules/recast'` I fixed by requiring the module recast without the es6-module-transpiler path and haven't found any problem at all. Was it really necessary to bind the...

Using gulp-es6-module-transpiler with the bundle formatter doesn't work as expected anymore after the changes by commit 149c271a009b6ae479b9d76a84c637c32fce3145. The purpose of using the bundle formatter is to have a single output...

This only functions with buffers, support streams too.

enhancement