component-playground
component-playground copied to clipboard
Changed to using a local babel runtime, instead of the polyfill.
Using babel's polyfill in a library is very unrecommended, because it pollutes the global namespace, and causes collisions with projects using babel as well. This fork is injecting babel's runtime into the transformed code, instead of using globals.
👍