Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpkg sweetalert unavalable #998

Open
miguelsoeiro opened this issue Oct 28, 2022 · 0 comments
Open

Unpkg sweetalert unavalable #998

miguelsoeiro opened this issue Oct 28, 2022 · 0 comments

Comments

@miguelsoeiro
Copy link

miguelsoeiro commented Oct 28, 2022

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.

<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>

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

<script src="https://cdn.jsdelivr.net/npm/sweetalert"></script>

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant