2016-08-01 02:51:06 +08:00
|
|
|
{
|
|
|
|
"presets": [
|
|
|
|
"react",
|
|
|
|
"es2015"
|
|
|
|
],
|
|
|
|
"plugins": [
|
2016-09-25 21:53:26 +08:00
|
|
|
"lodash",
|
2016-10-21 00:59:02 -04:00
|
|
|
"transform-class-properties",
|
|
|
|
"transform-es2015-destructuring",
|
|
|
|
"transform-object-rest-spread"
|
2016-08-01 02:51:06 +08:00
|
|
|
]
|
|
|
|
}
|