yeoman / yeoman-app

A desktop app that scaffolds projects using Yeoman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Inquiry] Why was babel removed?

mfunkie opened this issue · comments

I noticed in this changeset from May that Babel was removed as a dependency:

7abf463

Per http://facebook.github.io/react/blog/2015/06/12/deprecating-jstransform-and-react-tools.html
the React JSTransform is being deprecated, which is what node-jsx uses to transform code.

Can't answer why it was removed, but we should just use electron-precompile and use ES2015 for everything.

Sounds good to me. I can look at adding it over the next few days if no one objects or gets to it first.

@ruyadorno @stefanbuck You good with that?

I'm totally fine with it. I removed babel, because we didn't used any ES2015 feature at this point. But you are right, we should definitely start writing ES2015 coe.

@mfunkie a PR is always welcome 👍

just for the record, I also completely agree 👍

@mfunkie's PR is on the way so I'm closing this one, thanks!