prepack/.babelrc

11 lines
135 B
Plaintext
Raw Normal View History

2015-10-15 02:59:41 +03:00
{
2017-05-24 00:30:54 +03:00
"presets": [
"env",
"react"
],
"plugins": [
"transform-class-properties",
"transform-object-rest-spread"
]
2015-10-15 02:59:41 +03:00
}