diff --git a/webpack.config.js b/webpack.config.js index ccab303..4b1b1a3 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -72,7 +72,7 @@ const nodeConfig = { const browserConfig = { ...baseConfig({ babel: { - presets: [['@babel/preset-env', { targets: { electron: '9' } }]], + presets: [['@babel/preset-env', { targets: { electron: '10' } }]], }, }), devtool: 'cheap-source-map',