Highlights 💡
Single Executable Applications
Rslib now supports building Node.js single executable applications with the experimental experiments.exe option.
export default {
lib: [
{
format: 'esm',
experiments: {
exe: true,
},
},
],
};More details:
What's Changed
New Features 🎉
- feat(core): add
experiments.exesupport by @Timeless0911 in #1572 - feat(create-rslib): add optional rslib best practices skill by @colinaaa in #1575
- feat: upgrade rsbuild and sync node builtin handling by @Timeless0911 in #1581
Bug Fixes 🐞
- fix(core): improve nodenext type declarations by @Timeless0911 in #1559
- fix(core): align Vue bundleless externals with plugin-vue by @Timeless0911 in #1579
Document 📖
- docs: correct experiments.exe seaOptions version history by @Timeless0911 in #1580
Other Changes
- chore(deps): update dependency lodash to v4.18.1 [security] by @renovate[bot] in #1569
- test: keep rspack eco ci passing after mangle output change by @Timeless0911 in #1574
- chore(deps): update rstackjs/rstack-ecosystem-ci digest to f6ea537 by @renovate[bot] in #1576
- chore(deps): update all non-major dependencies by @renovate[bot] in #1577
- Release v0.21.0 by @Timeless0911 in #1582
New Contributors
Full Changelog: v0.20.3...v0.21.0