mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-28 02:49:30 +08:00
Make K2 babelrc match Nylas Mail babelrc
This commit is contained in:
parent
44e7e58b4f
commit
6d7a1e9224
1 changed files with 5 additions and 1 deletions
6
.babelrc
6
.babelrc
|
@ -1,6 +1,10 @@
|
||||||
{
|
{
|
||||||
"presets": [
|
"presets": [
|
||||||
"electron"
|
"electron",
|
||||||
|
"react"
|
||||||
|
],
|
||||||
|
"plugins": [
|
||||||
|
"transform-async-generator-functions"
|
||||||
],
|
],
|
||||||
"sourceMaps": "inline"
|
"sourceMaps": "inline"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue