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