You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like esm.sh does not use edge caching, but rather relies on client-side caching. Not doing so is really slowing down app loads from esm.sh.
For example: my-ext in the example project builds in 200ms, but when it imports a sass file (and therefore the sass library from esm.sh), it takes about 4s.