carrot/sprout

babel support

Closed this issue ยท 3 comments

init.js written in es6 would be nice ๐Ÿ˜„

I'll give this another go this upcoming weekend - I'm hoping it is as simple as adding babel-register where coffee-script/register is.

Will probably be added as part of #144

we've decided against supporting babel, and we're also going to drop coffeescript support. the dependencies are too large to justify, and if you really wanted to utilize them, you can use babel/register or coffeescript/register in your init.js.

i'll leave this issue open, so we remember to document how to use coffeescript or babel in the readme, for those who might be interested.