morkro / vue-a11y-dialog

Vue.js component for a11y-dialog

Home Page:https://www.npmjs.com/package/vue-a11y-dialog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

regeneratorRuntime is missing

nskazki opened this issue · comments

When checking on the published package, I noticed that the build expects regeneratorRuntime to be defined globally, which will be true in 99% due to the wide adoption of Babel, but for some folks it might cause trouble. Please either bundle it up or target the modern browsers to solve the issue.