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:
Max Goodhart
2020-11-12 00:22:06 -08:00
parent 17f2d80282
commit d890c6750e
3 changed files with 5 additions and 5 deletions

View File

@@ -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',