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
{{ message }}
This repository was archived by the owner on Feb 1, 2025. It is now read-only.
Regenerator runtime breaks when code is minified with UglifyJS that removes the function name GeneratorFunction, because the code checks for the Function#name and throws if it does not match:
Regenerator runtime breaks when code is minified with UglifyJS that removes the function name
GeneratorFunction, because the code checks for theFunction#nameand throws if it does not match:Similar issue (babel/babel#283) in 6to5 that uses regenerator runtime was fixed by removing the check: babel/babel@c92fd6f