Jason Miller @developit.dev · Apr 14

ok so I was going to reply with a message about how this is due to the way esm.sh resolves dependency versions to URLs at first request time, but it turns out that actually changed at the end of last year and this all just works perfectly now! jsfiddle.net/developit/2v...

5 likes 1 replies

?

Replies

Ryan · Apr 14

Oh neat, that slipped my radar & I didn't think it'd ever change. I'd be hesitant to showcase that though, beyond demos you'll want to pin versions and doing that from one centralized place is a much better idea than doing so per module or per import specifier even.