component-playground icon indicating copy to clipboard operation
component-playground copied to clipboard

Changed to using a local babel runtime, instead of the polyfill.

Open omerts opened this issue 10 years ago • 1 comments

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.

omerts avatar Aug 13 '15 16:08 omerts

👍

mishkinf avatar Nov 15 '16 20:11 mishkinf