lostintangent / codeswing

VS Code extension for building web applications ("swings") using a interactive and editor-integrated coding environment
https://aka.ms/codeswing
MIT License
977 stars 45 forks source link

Enable using Skypack and jsDelivr for libraries #6

Closed lostintangent closed 3 years ago

lostintangent commented 3 years ago

Currently, we allow searching for swing libraries using CDNJS, which provides a fixed set of packages. We should explore using jsDelivr or Skypack instead, or offering it as an alternative, since it provides an entire reverse proxy on top of NPM, and therefore, would have many more libraries than CDNJS.

lostintangent commented 3 years ago

Support for adding Skypack module references is now shipped!