joyent-portal/spikes/list/react-infinite/.babelrc

16 lines
251 B
Plaintext
Raw Normal View History

2016-11-21 11:54:50 +02:00
{
"sourceMaps": "both",
"presets": [
"react",
"es2015"
],
"plugins": [
"react-hot-loader/babel",
"add-module-exports",
"syntax-async-functions",
["transform-object-rest-spread", {
"useBuiltIns": true
}]
]
}