summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/.babelrc
blob: 40a2303fb59cca4dc50fa0080a3487b1b4e161aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "presets": [
    ["es2015", {"modules": false}],
    "es2016",
    "stage-2",
    "react"
  ],
  "env": {
    "test": {
      "plugins": [
        ["__coverage__", {"ignore": "*.+(test|stub).*"}]
      ]
    }
  }
}