chore: package with Babel, cont’d

This commit is contained in:
Anton Strogonoff 2021-11-25 14:12:52 +01:00
parent fa34d47c51
commit f76a459543

10
.babelrc Normal file
View file

@ -0,0 +1,10 @@
{
"presets": [[
"@babel/preset-env",
{
"targets": {
"electron": "10"
}
}
]]
}