wowserhq / wowser

World of Warcraft in the browser using JavaScript and WebGL
MIT License
238 stars 63 forks source link

Plumbing: Babel 6 upgrade #157

Closed fallenoak closed 8 years ago

fallenoak commented 8 years ago

This brings Wowser in to the era of Babel 6 and configurable transforms / plugins. We can now take advantage of native implementations of JS features as they become available in the browsers we're targeting for support.

Covers #108

fallenoak commented 8 years ago

This should pass CI if we yank Node 0.10 and 0.12 from the list of versions to test.

Seeing as Node 6 is current, I'd say there's not much point to testing on Node 0.10 and 0.12 anyway.

fallenoak commented 8 years ago

I think we're good to go on this one now, too!

fallenoak commented 8 years ago

We'll want to land this before we land #159

timkurvers commented 8 years ago

🎉

fallenoak commented 8 years ago

Woo hoo!