t4t5 / sweetalert

A beautiful replacement for JavaScript's "alert"
https://sweetalert.js.org
MIT License
22.4k stars 2.84k forks source link

Resolve rate limiting from unpkg by only recommending jsdelivr #932

Open kidGodzilla opened 4 years ago

kidGodzilla commented 4 years ago

Solves issue #927 (https://github.com/t4t5/sweetalert/issues/927) by recommending only jsdelivr in Sweetalert documentation.

In 2019 Unpkg introduced rate limiting, breaking a number of popular packages (See: https://github.com/mjackson/unpkg/issues/237). While it may be necessary to keep Unpkg running, recommending it at this point is likely not a sustainable solution.

Easiest solution is to just point folks to jsdelivr links instead.