Skip to content

v128

Compare
Choose a tag to compare
@ije ije released this 06 Jul 01:19
· 721 commits to main since this release

In v128, we added an official Docker image to allow you to self-host esm.sh more easily (This is based on johnpangalos/docker-esm-dot-sh by @johnpangalos, thank you!).

docker pull ghcr.io/esm-dev/esm.sh

More usage check HOSTING.md

For Deno users, we upgraded stableBuild to latest(v128) this may break your deno.lock.

Changelog

  • Add official Docker image: https://ghcr.io/esm-dev/esm.sh
  • Fix missed ?external for deps
  • Fix duplicate Access-Control-Expose-Headers headers
  • Fix dts transform for imports with both default and named imports (#675 by @hayes)
  • Don't bundle dynamic imports
  • BREAKING Upgrade stableBuild to v128