Skip to content

v4.0.0

Compare
Choose a tag to compare
@Arkellys Arkellys released this 02 Feb 08:08
· 30 commits to main since this release

Features

With added support for ESM on Electron v28.0.0, Rebuiltron now also supports ESM apps. 🎉

Breaking changes

Rebuiltron configuration file must now have the extension .cjs instead of .js.

rebuiltron.config.js  --->  rebuiltron.config.cjs

Dependencies