mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-24 14:12:48 -05:00
Bump babel electron target ver
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user