mirror of
https://github.com/alex8088/electron-vite.git
synced 2026-07-07 14:47:06 +08:00
Compare commits
3 Commits
93a1848ee3
...
b4eb3f3cf1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b4eb3f3cf1 | ||
|
|
ad50cba495 | ||
|
|
b55eb725c4 |
@ -1,3 +1,7 @@
|
||||
### v4.0.1 (_2025-09-21_)
|
||||
|
||||
- perf: build compatibility target for Electron 38
|
||||
|
||||
### v4.0.0 (_2025-07-06_)
|
||||
|
||||
- refactor!: bump required node version to 20.19+, 22.12+
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "electron-vite",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.1",
|
||||
"description": "Electron build tooling based on Vite",
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
|
||||
@ -69,6 +69,7 @@ export function getElectronNodeTarget(): string {
|
||||
const electronVer = getElectronMajorVer()
|
||||
|
||||
const nodeVer = {
|
||||
'38': '22.19',
|
||||
'37': '22.16',
|
||||
'36': '22.14',
|
||||
'35': '22.14',
|
||||
@ -102,6 +103,7 @@ export function getElectronChromeTarget(): string {
|
||||
const electronVer = getElectronMajorVer()
|
||||
|
||||
const chromeVer = {
|
||||
'38': '140',
|
||||
'37': '138',
|
||||
'36': '136',
|
||||
'35': '134',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user