valgeirb / vue3-popper

A Vue.js popover component based on PopperJS
https://valgeirb.github.io/vue3-popper
MIT License
225 stars 66 forks source link

Feature Request : UMD module #64

Open willy2dg opened 2 years ago

willy2dg commented 2 years ago

Could be nice to have a build UMD package.

Edit: Building and using "iife" package throws an error "Uncaught ReferenceError: regeneratorRuntime is not defined"

ZsharE commented 2 years ago

Seems like if you install & update the packages, the IIFE script works like it should.

npm install
npm update
npm run build