1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 22:03:54 +03:00
copilot/ui/.babelrc

16 lines
262 B
Plaintext
Raw Normal View History

2016-10-23 07:27:18 +03:00
{
"sourceMaps": "both",
"presets": [
"react",
"es2015"
2016-10-23 07:27:18 +03:00
],
"plugins": [
"add-module-exports",
"transform-exponentiation-operator",
"syntax-async-functions",
["transform-object-rest-spread", {
"useBuiltIns": true
}]
2016-10-28 18:48:20 +03:00
]
2016-10-23 07:27:18 +03:00
}