Fixes for electron@22.0.0
This commit is contained in:
parent
d608b81292
commit
ff3ef0179b
3 changed files with 84 additions and 14 deletions
|
@ -38,7 +38,8 @@ const bundleDefaults = {
|
|||
'mac-screen-capture-permissions',
|
||||
'ringrtc',
|
||||
'sass',
|
||||
'websocket',
|
||||
'bufferutil',
|
||||
'utf-8-validate',
|
||||
|
||||
// Things that don't bundle well
|
||||
'got',
|
||||
|
@ -46,6 +47,7 @@ const bundleDefaults = {
|
|||
'node-fetch',
|
||||
'pino',
|
||||
'proxy-agent',
|
||||
'websocket',
|
||||
|
||||
// Large libraries (3.7mb total)
|
||||
// See: https://esbuild.github.io/api/#analyze
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue