Support for Node6?
Closed this issue · 2 comments
manojlds commented
Now that Node 6 is out, can this be extended to support it too?
alekseykulikov commented
@jhen0409 is already made a similar package https://github.com/jhen0409/babel-preset-es2015-node6
node@6 is quite awesome 💥 , and I feel that my .babelrc will be just:
{
"plugins": [
"transform-async-to-generator",
"transform-es2015-modules-commonjs"
]
}
manojlds commented
Thanks for the share. It makes sense to have a babel preset though, as that makes it easy for people to get started without having to know what's missing and what's not.