Open savraj opened 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.
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.