t4t5 / sweetalert

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

Unpkg sweetalert unavalable #998

Open miguelsoeiro opened 1 year ago

miguelsoeiro commented 1 year ago

Hi,

The url https://unpkg.com/sweetalert/dist/sweetalert.min.js, is unavalable.

So if you have this import in your code you will not be able to have the sweetalert.

For the users, my temporary advise is use the alternative official url: https://cdn.jsdelivr.net/npm/sweetalert The new import:

But will be important to solve the primary problem, as soon as you have the primary resource available please let us know. Thank you!

Have a nice day.