Internal: upgrade to babel6 #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "babel6"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Upgrades to babel 6. The major win (aside from some minor
performance gains), is that this module can now be
npm link
ed into ababel 6 code base.
This also removes grunt and switches to npm scripts. There's probably a
minor speed increase there, but more importantly, it standardizes on a
more "npm" way of doing things.
Thank you very much Joey! 👍