0
Ikaro
4y

This is the story of how I spent 4h of my life trying to compile a simple node library written with es6 using babel 7.

My error was to use async/await. Previously babel wasn't that bad. A bit complicated and undocumented. But now is a pain in the ass as soon as you need something more than the prefix.

Don't use more time to make a compiler work than to write a library

Comments
  • 0
    That’s the very reason I never finished my nested logger library. 🙄. Friggin’ ES6 and Babel.
Add Comment