Releases: Kiyozz/electron-esbuild
Releases · Kiyozz/electron-esbuild
v9.0.0
v8.0.0
Breaking Changes
- require [email protected] to be synchronized with [email protected]
- support for [email protected] (#53, thanks to @jonluca)
Features
- electron@25
@electron-esbuild/[email protected]
Breaking Changes
- require [email protected] to be synchronized with [email protected]
- support for [email protected] (#53, thanks to @jonluca)
@electron-esbuild/[email protected]
v4.0.1
Breaking Changes
- templates updated for vite@4
Bug fixes
- Fixed templates with the latest version of electron-esbuild
[email protected]
7.0.0
Breaking Changes
- support for vite@4
[email protected]
6.0.0
Breaking Changes
- webpack supports removed, use vite instead.
- electron-esbuild uses vite@3
- Fixed bug where users could not set their own port in vite.config.[ts/js].
- 🚨 Existing projects will no longer use port
9080
by default. Please modify theserver.port
property in your Vite config to your port of choice, or update your project to accommodate the Vite default port5173
. - New projects will set port
9080
as part of the initialization template.
- 🚨 Existing projects will no longer use port
@electron-esbuild/[email protected]
react-ts-webpack template removed.
[email protected]
5.0.2
Changes
- Update dependencies
- Update vite peerDependency
@electron-esbuild/[email protected]
v2.0.3
react-ts-webpack template deprecated. Will be removed in v3.
Changes
- Update templates