Bump babel electron target ver

This commit is contained in:
Max Goodhart
2020-11-11 21:54:10 -08:00
parent 62ad3a5cbf
commit 07619eaee7

View File

@@ -72,7 +72,7 @@ const nodeConfig = {
const browserConfig = { const browserConfig = {
...baseConfig({ ...baseConfig({
babel: { babel: {
presets: [['@babel/preset-env', { targets: { electron: '9' } }]], presets: [['@babel/preset-env', { targets: { electron: '10' } }]],
}, },
}), }),
devtool: 'cheap-source-map', devtool: 'cheap-source-map',