namesny-com/.babelrc

12 lines
225 B
Plaintext
Raw Normal View History

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",
"@babel/plugin-transform-template-literals"
2018-12-28 13:42:58 +00:00
]
2017-04-07 19:57:56 +00:00
}