wowserhq / blizzardry

JavaScript library for mastering the wizardry that is Blizzard's game files
MIT License
55 stars 15 forks source link

Plumbing: Babel 6 upgrade #97

Closed fallenoak closed 8 years ago

fallenoak commented 8 years ago

This brings Blizzardry in to the era of Babel 6 and configurable transforms / plugins.

Covers #96

timkurvers commented 8 years ago

Nice! 👍

We might have to update the README too, to include the .default bits.

timkurvers commented 8 years ago

Should we test against Node 6?

fallenoak commented 8 years ago

I vote we do a PR to add Node 6 testing separate from this. There's a chance we'll need to do some fixes to work again in Node 6, and that would be out of the scope of the PR (I think).

timkurvers commented 8 years ago

Agree, let's do that later 👍

fallenoak commented 8 years ago

Just yanked the silly requirement that folks importing from Blizzardry would have to use .default on their imports. I think we're good to go now?

timkurvers commented 8 years ago

🎉