12 lines
190 B
Text
12 lines
190 B
Text
{
|
|
"presets": [
|
|
"react",
|
|
"es2015"
|
|
],
|
|
"plugins": [
|
|
"lodash",
|
|
"transform-class-properties",
|
|
"transform-es2015-destructuring",
|
|
"transform-object-rest-spread"
|
|
]
|
|
}
|