mirror of
https://github.com/alex8088/electron-vite.git
synced 2025-04-25 03:00:24 +08:00
perf: build compatibility target for Electron 35
This commit is contained in:
parent
987c55ee8b
commit
ea144aef19
@ -69,6 +69,7 @@ export function getElectronNodeTarget(): string {
|
|||||||
const electronVer = getElectronMajorVer()
|
const electronVer = getElectronMajorVer()
|
||||||
|
|
||||||
const nodeVer = {
|
const nodeVer = {
|
||||||
|
'35': '22.14',
|
||||||
'34': '20.18',
|
'34': '20.18',
|
||||||
'33': '20.18',
|
'33': '20.18',
|
||||||
'32': '20.16',
|
'32': '20.16',
|
||||||
@ -102,6 +103,7 @@ export function getElectronChromeTarget(): string {
|
|||||||
const electronVer = getElectronMajorVer()
|
const electronVer = getElectronMajorVer()
|
||||||
|
|
||||||
const chromeVer = {
|
const chromeVer = {
|
||||||
|
'35': '134',
|
||||||
'34': '132',
|
'34': '132',
|
||||||
'33': '130',
|
'33': '130',
|
||||||
'32': '128',
|
'32': '128',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user