TIL how to alias dependencies in ES modules fetched from esm.sh. (Wanted to use Statery in Deno Fresh; Statery has a hard-coded dep on React but using an alias in the URL made it work w/o a hitch.)
https://github.com/denoland/fresh/discussions/432#discussioncomment-3182480
Very cool stuff.