-
Notifications
You must be signed in to change notification settings - Fork 12
Replace Skypack with esm.sh as default source #95
Comments
Hey there, nice to have you back In the latest previews I actually did change skypack for jspm as the default CDN, for the moment since I'm relying in the jspm generator API I can only support what they support (jspm, skypack, unpkg, jsdlivr) I'll investigate a little bit around esm.sh and see if they have an API I can tap into, so we can consider adding it to the list of out of the box supported CDNs. However, as you can see you can manually update those in the import map and things should just work it is one of the advantages import maps have! |
Just in case you're wondering about the jspm generator api The Apis we're currently using are in the Generator section |
I just gave another look to their generator CLI, it looks like esm.sh support has been added So I will look into incorporate this into perla as well |
Oh that is great! Thanks a bunch. |
Using esm.sh as source has been enabled for beta 16 |
Hello,
I'm circling back to my Perla project to try and update everything to Fable 4.
I had to install some new packages and long story short things aren't going well with Skypack: skypackjs/skypack-cdn#343.
I used https://esm.sh/ as a workaround. (Installed things manually)
And I think it could be a great replacement for the default source when adding a package.
Thoughts?
The text was updated successfully, but these errors were encountered: