bundle_example icon indicating copy to clipboard operation
bundle_example copied to clipboard

update to babel 6

Open faassen opened this issue 10 years ago • 1 comments

Babel 6 has been released. We should look into updating to that.

faassen avatar Nov 04 '15 10:11 faassen

Now that Babel 6 is a default, following the guide will generate something like this:

$ babel-node
You have mistakenly installed the `babel` package, which is a no-op in Babel 6.
Babel's CLI commands have been moved from the `babel` package to the `babel-cli` package.

For the intended target of the tutorial (n00bs like me), this is highly confusing. ;)

guusdk avatar May 03 '17 09:05 guusdk