vue3-popper icon indicating copy to clipboard operation
vue3-popper copied to clipboard

Feature Request : UMD module

Open willy2dg opened this issue 3 years ago • 1 comments

Could be nice to have a build UMD package.

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

willy2dg avatar May 26 '22 01:05 willy2dg

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

npm install
npm update
npm run build

ZsharE avatar Aug 01 '22 11:08 ZsharE