rtsao/babel-preset-es2015-node

Duplicate plugin for node4

Closed this issue · 3 comments

I can confirm that this preset is broken for node 4. Adding the spread transform fixes it:

    require("babel-plugin-transform-es2015-spread"),
rtsao commented

Wow, nice catch! This must have been due to some oversight when merging... Sorry for the delay fixing this, somehow I missed this issue on GitHub. I've published v4.0.1 which resolves the problem.