solidjs / solid-playground

Quickly discover what the solid compiler will generate from your JSX template
https://playground.solidjs.com
MIT License
201 stars 62 forks source link

Switch back to `esm.sh` from `jspm.dev` #173

Closed Tommypop2 closed 7 months ago

Tommypop2 commented 7 months ago

jspm.dev is being deprecated, and they're no longer building newer module versions - meaning that Solid is stuck at 1.8.7.

This PR switches the CDN back to esm.sh and means that the latest versions of packages are available again in the playground without the use of an import map

Closes #163