joyent-portal/spikes/fuzzy-search/fuzzy-search-filter/.babelrc

16 lines
251 B
Plaintext
Raw Normal View History

2017-01-04 14:14:51 +02:00
{
"sourceMaps": "both",
"presets": [
"react",
"es2015"
],
"plugins": [
"react-hot-loader/babel",
"add-module-exports",
"syntax-async-functions",
["transform-object-rest-spread", {
"useBuiltIns": true
}]
]
}