2016-10-23 07:27:18 +03:00
|
|
|
{
|
|
|
|
"sourceMaps": "both",
|
|
|
|
"presets": [
|
2016-12-12 18:53:20 +02:00
|
|
|
"react",
|
|
|
|
"es2015"
|
2016-10-23 07:27:18 +03:00
|
|
|
],
|
|
|
|
"plugins": [
|
|
|
|
"transform-exponentiation-operator",
|
|
|
|
"syntax-async-functions",
|
|
|
|
["transform-object-rest-spread", {
|
|
|
|
"useBuiltIns": true
|
|
|
|
}]
|
2016-10-28 18:48:20 +03:00
|
|
|
]
|
2016-10-23 07:27:18 +03:00
|
|
|
}
|