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
The published version on npm uses babel to polyfill async/await with regeneratorRuntime.
It would be great to either publish A) a version that lets us import from source, and let our bundler deal with figuring out what needs to be polyfilled, what ES verison we want to target, etc or B) Publish a version without legacy browser support
Would lead to both bundle size improvements and speed improvements.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The published version on npm uses babel to polyfill async/await with regeneratorRuntime.
It would be great to either publish A) a version that lets us import from source, and let our bundler deal with figuring out what needs to be polyfilled, what ES verison we want to target, etc or B) Publish a version without legacy browser support
Would lead to both bundle size improvements and speed improvements.
Beta Was this translation helpful? Give feedback.
All reactions