aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
blob: 016e1401f57383d37c3682fb195556cf49f27a0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "presets": [
      [
        "env",
        {
          "modules": false
        }
      ]
    ],
    "plugins": [
      "external-helpers"
    ]
  }