Skip to content

v107

Compare
Choose a tag to compare
@ije ije released this 21 Feb 18:27
· 1158 commits to main since this release
  • Add ?cjs-export query (close #512)

    If you get an error like ...not provide an export named..., that means esm.sh can not resolve CJS exports of the module correctly. You can add ?cjs-exports=foo,bar query to specify the export names:
    import { NinetyRing, NinetyRingWithBg } from "https://esm.sh/[email protected]?cjs-exports=NinetyRing,NinetyRingWithBg"
  • Update requireModeAllowList (close #520)
  • Remove ?sourcemap query, always generate source map as inline url.
  • Default export all members from original module to prevent missing named exports members (#522)
  • Only apply patch if types are missing in preact (#523)
  • Upgrade esbuild to 0.17.10.
  • Upgrade deno/std to 0.177.0

Credits

Huge thanks to @Justinidlerz @zookatron