yairEO / tagify

🔖 lightweight, efficient Tags input component in Vanilla JS / React / Angular / Vue
https://yaireo.github.io/tagify/
Other
3.48k stars 429 forks source link

UNPKG CDN Redirecting to tagify.min.js for v4.25.0 #1326

Closed vatsal-elixir closed 4 months ago

vatsal-elixir commented 4 months ago

Loading the files from cdn, redirects to https://unpkg.com/@yaireo/tagify@4.25.0/dist/tagify.min.js, resulting in 404

simkimsia commented 4 months ago

I have the same issue.

And I fixed it by changing it to https://unpkg.com/@yaireo/tagify@4.24.0/dist/tagify.min.js

yairEO commented 4 months ago
  1. unpkg not as good a CDN as jsdelivr
  2. there is no more tagify.min.js but just tagify.js
  3. you should not have any specific file in the CDN URL as the package.json already instructs which file is the main one

please use the below URL to load Tagify (latest version):

https://cdn.jsdelivr.net/npm/@yaireo/tagify
simkimsia commented 4 months ago

Thank you @yairEO

Guess i copied it since before this commit. https://github.com/yairEO/tagify/commit/3b84145e8f809bdabb19714f8603897beeb736e0