mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +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"
|
|
}
|