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
Generators appear to be partially unsupported -- babel compiles them but regeneratorRuntime isn't loaded. Can you either fix this or document why generators are not supported (assuming because of how big regenerator runtime is)?
Activity
gaearon commentedon Jul 23, 2016
Hi, did you resolve the issue? I didn’t test generators so if you could help figure out a sane default configuration that would help.
Ideally we’d want to automatically add the regenerator runtime if you use generators.
modernserf commentedon Jul 23, 2016
This ended up being a subset of #125 -- generators work if the user imports babel-polyfill themselves.
gaearon commentedon Jul 27, 2016
Fixed in 0.2.0 alpha, mind testing this? Here's how #190