mirror of
https://github.com/alex8088/electron-vite.git
synced 2025-09-22 23:51:28 +08:00
perf: build compatibility target for Electron 38
This commit is contained in:
parent
1eeb15ea77
commit
b55eb725c4
@ -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