oreillymedia / cypress-playback

Automatically record and playback HTTP requests in Cypress.
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

fix: change package cdn from unpkg to jsdelivr #157

Closed DigTheDoug closed 2 months ago

DigTheDoug commented 2 months ago

Summary

Running this sandbox does not currently work as the @mui/material package is not found. It does not look like unpkg is actively supported any longer, so switching to jsdelivr instead

Checklist