unpkg/modules/.babelrc
2017-03-24 18:16:07 -07:00

11 lines
120 B
Plaintext

{
"presets": [
"es2015-loose",
"stage-1",
"react"
],
"plugins": [
"transform-object-assign"
]
}