namesny-com/.babelrc

11 lines
131 B
Plaintext
Raw Normal View History

2017-04-07 19:57:56 +00:00
{
2017-07-15 14:52:09 +00:00
"presets":[
2018-12-28 13:42:58 +00:00
"es2015",
"react"
2017-07-15 14:52:09 +00:00
],
2018-12-28 13:42:58 +00:00
"plugins":[
"transform-object-rest-spread",
"transform-runtime"
]
2017-04-07 19:57:56 +00:00
}