Mailspring/.babelrc
Evan Morikawa 428392fb51 [*] use hardlinked .babelrc for AppVeyor
Since babel-node won't work on AppVeyor if the babelrc is symlinked
2017-03-07 14:11:16 -05:00

8 lines
77 B
Plaintext

{
"presets": [
"electron",
"react"
],
"sourceMaps": "inline"
}