habitica/website/client/.babelrc

20 lines
306 B
Text
Raw Normal View History

{
"env": {
"test": {
"presets": [
["es2015"],
],
plugins: [
["istanbul"],
],
},
},
"presets": [
["es2015", { modules: false }]
],
"plugins": [
"transform-object-rest-spread",
"syntax-async-functions",
"transform-regenerator",
],
}