dolittle-obsolete / JavaScript.Build

MIT License
0 stars 0 forks source link

Remove Babel Runtime #14

Closed einari closed 5 years ago

einari commented 5 years ago

Switch to using the transform-async-to-generator that will enable everything from Node 6 and upwards.

For browsers, they can then override the settings for this plugin and enable things like the Bluebird coroutine thingy - see here