2017-04-07 19:57:56 +00:00
|
|
|
{
|
2017-07-15 14:52:09 +00:00
|
|
|
"presets":[
|
2019-01-21 18:21:51 +00:00
|
|
|
"@babel/preset-env",
|
|
|
|
"@babel/react"
|
2017-07-15 14:52:09 +00:00
|
|
|
],
|
2018-12-28 13:42:58 +00:00
|
|
|
"plugins":[
|
2019-01-21 18:21:51 +00:00
|
|
|
"@babel/plugin-proposal-object-rest-spread",
|
|
|
|
"@babel/plugin-transform-runtime",
|
2019-02-16 20:37:41 +00:00
|
|
|
"@babel/plugin-transform-template-literals",
|
|
|
|
"@babel/plugin-proposal-class-properties"
|
2018-12-28 13:42:58 +00:00
|
|
|
]
|
2017-04-07 19:57:56 +00:00
|
|
|
}
|