summaryrefslogtreecommitdiffstats
path: root/.babelrc
blob: 88172bd47c78761918354ba9ba826a57eb29d45a (plain)
1
2
3
4
5
6
7
8
9
10
{
  "presets": [
    [
      "@babel/preset-env",
      {
        "useBuiltIns": "entry"
      }
    ]
  ]
}
OpenPOWER on IntegriCloud