robinrodricks / vue3-touch-events

Simple touch events support for vue.js 3
MIT License
216 stars 27 forks source link

UMD version doesn't work - contains an "export" #23

Open savraj opened 1 year ago

savraj commented 1 year ago

Problem:

The UMD file linked in the README isn't actually a UMD file: https://raw.githubusercontent.com/robinrodricks/vue3-touch-events/master/index.js

UMD file example: https://jameshfisher.com/2020/10/04/what-are-umd-modules/

If you try to include this file (master/index.js) via a script tag, it doesn't work.

Solution: Generate a UMD file as part of the build process.