aboutsummaryrefslogblamecommitdiffstats
path: root/.babelrc
blob: cfa759dd904779eb72a6deea9c02d8ce9d0581bd (plain) (tree)
1
 





















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