summaryrefslogtreecommitdiffstats
path: root/.babelrc
blob: b878ff61ede12ca838e7dca36bf36696b8e3baa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "plugins": [
    ["transform-decorators-legacy"],
    ["transform-class-properties"],
    ["transform-es2015-classes"]
  ],
  "presets":  [
    "stage-0",
    "es2015",
    "react"
  ]
}