github web-infra-dev/rslib v0.21.0

5 hours ago

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 🎉

Bug Fixes 🐞

Document 📖

Other Changes

New Contributors

Full Changelog: v0.20.3...v0.21.0

Don't miss a new rslib release

NewReleases is sending notifications on new releases.