You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So. choir starts with babel.register. The problem is that babel.register calls the polyfill, so any code being run in the terminal that also calls the polyfill will error. I need to strip out any polyfill imports in the eval step.
I need keep note of this as an integration step when abstracting babel out to a plugin.
The text was updated successfully, but these errors were encountered:
So. choir starts with babel.register. The problem is that babel.register calls the polyfill, so any code being run in the terminal that also calls the polyfill will error. I need to strip out any polyfill imports in the eval step.
I need keep note of this as an integration step when abstracting babel out to a plugin.
The text was updated successfully, but these errors were encountered: