codesandbox-client
codesandbox-client copied to clipboard
fix: replace unpkg w/ jsdelivr
trafficstars
What kind of change does this PR introduce?
UNPKG has not been actively maintained and ~~has been down since Mar 15, 2025~~ was down from Mar 15, 2025, 2:00 AM and down for 18 hours (https://github.com/unpkg/unpkg/issues/412). Migrating to jsDelivr means a more stable and reliant service.
What is the current behavior?
Some assets and libraries are loaded through unpkg.
What is the new behavior?
Those assets and libraries are now loaded through jsDelivr.
The UnpkgFetcher is not touched.
Checklist
- [ ] Documentation
- [x] Testing
- [x] Ready to be merged
- [ ] Added myself to contributors table
UNPKG was down again from Mar 31, 2025, 7:00 AM UTC and lasted 8 hours (https://github.com/unpkg/unpkg/issues/443), I urge everyone to immediately migrate away from unpkg to jsDelivr now.