Popmotion / popmotion

Simple animation libraries for delightful user interfaces
https://popmotion.io
19.95k stars 662 forks source link

CDN link maybe not working #920

Closed ulrichbenedikt closed 2 years ago

ulrichbenedikt commented 2 years ago

could it be, that the cdn link (https://unpkg.com/popmotion/dist/popmotion.global.min.js) is now redirecting to "https://unpkg.com/popmotion@10.0.1/dist/popmotion.global.min.js" and causes some problems? because the new link doesn't have any content!

I found this problem, bcs my website showed me the following error: Uncaught ReferenceError: exports is not defined at popmotion.cjs.js:3

ulrichbenedikt commented 2 years ago

solved via the link: https://unpkg.com/popmotion@10.0.1/dist/popmotion.min.js (erased the "global" in it)