unpkg/.babelrc

11 lines
120 B
Plaintext
Raw Normal View History

2016-08-02 22:58:11 +00:00
{
"presets": [
"es2015-loose",
"stage-1",
"react"
],
"plugins": [
"transform-object-assign"
]
}