mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-29 16:32:48 -05:00
Bump to Electron 11 beta
Electron 10 (and 9?) had glitchy behavior where some BrowserViews would stop painting when the overlay view was removed and re-added.
This commit is contained in:
@@ -72,7 +72,7 @@ const nodeConfig = {
|
||||
const browserConfig = {
|
||||
...baseConfig({
|
||||
babel: {
|
||||
presets: [['@babel/preset-env', { targets: { electron: '10' } }]],
|
||||
presets: [['@babel/preset-env', { targets: { electron: '11' } }]],
|
||||
},
|
||||
}),
|
||||
devtool: 'cheap-source-map',
|
||||
|
||||
Reference in New Issue
Block a user