cramforce/splittable

Support babel-options

Closed this issue · 5 comments

I could not find a way to pass in specific babel options for transpiling jsx (in .js) files and to add some other presets.

Can't you specify these in a .babelrc file?

You can, but currently the babel output is ignored. I'm thinking about
changing that. You'd only want to do it for stuff not supported by closure
compiler, though (such as JSX), for best results

On Nov 21, 2016 11:58 AM, "David Merrilees" notifications@github.com
wrote:

Can't you specify these in a .babelrc file?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#15 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAFeT5zPGTXjU5PYoPUNpmtNcZCrdEQQks5rAff4gaJpZM4K20Pn
.

JSX is now supported.

Thanks