mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-26 10:00:50 +08:00
11 lines
191 B
Text
11 lines
191 B
Text
{
|
|
"presets": [
|
|
"react"
|
|
],
|
|
"plugins": [
|
|
"transform-class-properties",
|
|
"transform-es2015-modules-commonjs",
|
|
"transform-object-rest-spread"
|
|
],
|
|
"sourceMaps": "inline"
|
|
}
|