about summary refs log tree commit diff
path: root/.babelrc
blob: 928d32e3b79ca97c3678ee1fa538427a552c3fcc (plain) (blame)
1
2
3
4
5
6
7
{
  "presets": ["es2015", "react"],
  "plugins": [
    "transform-decorators-legacy",
    "transform-object-rest-spread"
  ]
}