aboutsummaryrefslogtreecommitdiffstats
path: root/.babelrc
blob: 0a9238fbc11ae3aa4e4ddbe4844e957bc59d8bdc (plain)
1
2
3
4
5
6
7
{
  "presets": ["es2015", "react"],
  "plugins": [
    "syntax-object-rest-spread",
    "transform-object-rest-spread"
  ]
}