aboutsummaryrefslogblamecommitdiffstats
path: root/.babelrc
blob: a5317cdc5a6289089230a10f8e6d369c804df330 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
 












                             
           



                                   

                                  
   
 
{
  "presets": [
    [
      "env",
      {
        "targets": {
          "browsers": [
            ">0.25%",
            "not ie 11",
            "not op_mini all"
          ]
        }
      }
    ],
    "react"
  ],
  "plugins": [
    "transform-runtime",
    "transform-async-to-generator",
    "transform-class-properties",
    "transform-object-rest-spread"
  ]
}