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
Most modern browsers support async/await by default. If you need to support older browsers, consider using babel-plugin-transform-async-to-promises because this plugin does not use regenerator-runtime which will bloat the bundle size. Polyfilling Promise is done by Vuepack's config so there are no worries.
I can't wait (!) to use async/await features offered by ES7.
I apologize for my simple question: What is the preferred way to add ES7 support to the vuepack config?
The text was updated successfully, but these errors were encountered: