🚀 Features
- Rename dependency options to
depsnamespace - by @sxzz (7f509) - exe: Add experimental Node.js SEA executable bundling - by @sxzz in #777 (418d5)
- exports: Support object option for
customExports- by @Joery-M and @sxzz in #769 (7fb72) - migrate: Migrate external/noExternal to deps namespace - by @sxzz (c59e7)
🐞 Bug Fixes
- Apply
failOnWarnto rolldown logs - by @sxzz (149dc) - Debounce
onSuccessin watch mode to prevent duplicate execution - by @sxzz (af748) - config: Handle known Node.js bug in nativeImport error handling - by @sxzz (e4230)
- copy: Don't warn if no files specified - by @adamlohner, @cursoragent and @sxzz in #780 (afaab)
- exe: Use runtime semver check for ESM SEA default format - by @sxzz (5321c)
- exports: Include non-entry chunks in exports when
allis true - by @sxzz (79492) - node-protocol: Respect alias and tsconfig paths when stripping node: prefix - by @lazuee in #773 (b1dd2)