Use esbuild
This commit is contained in:
parent
3c1ccce9bd
commit
0174687542
25 changed files with 528 additions and 906 deletions
|
@ -480,9 +480,9 @@ async function createWindow() {
|
|||
contextIsolation: false,
|
||||
preload: join(
|
||||
__dirname,
|
||||
enableCI || getEnvironment() === Environment.Production
|
||||
? '../preload.bundle.js'
|
||||
: '../preload.js'
|
||||
isTestEnvironment(getEnvironment())
|
||||
? '../preload.js'
|
||||
: '../preload.bundle.js'
|
||||
),
|
||||
nativeWindowOpen: true,
|
||||
spellcheck: await getSpellCheckSetting(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue