Skip to content

Unpkg sweetalert unavalable #998

@miguelsoeiro

Description

@miguelsoeiro

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions