t4t5 / sweetalert

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

Unpkg sweetalert unavalable #998

Open miguelsoeiro opened 2 years ago

miguelsoeiro commented 2 years 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.