mirror of
https://github.com/streamwall/streamwall.git
synced 2026-06-15 23:55:17 -04:00
Bump babel electron target ver
This commit is contained in:
+1
-1
@@ -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