about summary refs log blame commit diff
path: root/.babelrc
blob: 928d32e3b79ca97c3678ee1fa538427a552c3fcc (plain) (tree)
1
2
3
4
5
6
7
 
                                 


                                  
 
{
  "presets": ["es2015", "react"],
  "plugins": [
    "transform-decorators-legacy",
    "transform-object-rest-spread"
  ]
}