v130
esm.sh v130 improves the esm-cjs-lexer to get correct exports
of a minified UMD module, this can fix error "missed named exports" of some cjs only packages. The great change was contributed by @lewisl9029, huge thanks ❤️
Changelog:
- esm-cjs-lexer: support minified UMD exports (#689 @lewisl9029)
- Fix sub
.mjs
module (close #691) - Fix playground (https://code.esm.sh) editor don't load language workers
- Fix
?bundle
mode ignoresnode_process.js
(close #694) - Upgrade
@types/react@18
to 18.2.15 - Upgrade
esbuild
to 0.18.17