Mailspring/static/babelrc.json

8 lines
90 B
JSON

{
"presets": [
"es2015",
"react",
"stage-0"
],
"sourceMaps": "inline"
}