v107
- 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