Babel Plugin to Add Function Names

Avatar of Sarah Drasner
Sarah Drasner on

DigitalOcean provides cloud products for every stage of your journey. Get started with $200 in free credit!

Have you ever been working with those sweet new ES6 arrow functions, run into a problem, and noticed that now your stack trace is all anonymous functions? Yeah, that’s not so great. That’s why this Babel plugin is so useful. You can add names to your ES6 arrow functions, and it makes debugging a lot more simple.

Direct Link →