unpkg/modules/.babelrc

11 lines
137 B
Plaintext
Raw Normal View History

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