summaryrefslogtreecommitdiff
path: root/themes/CodeIT/.babelrc
blob: 60c39710980fc7e540e012feb2e73d5569548513 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "presets": [
    [
      "@babel/preset-env",
      {
        "targets": "> 0.25%, not dead"
      }
    ],
    "minify"
  ]
}