https://github.com/grafana/grafana
Raw File
Tip revision: 6bd3ea09a5f4b615a662c76fb4e3aeb1c6c3bcd7 authored by Alexander Zobnin on 01 February 2021, 17:43:50 UTC
Evaluation tests WIP
Tip revision: 6bd3ea0
.babelrc
{
  "presets": [
    [
      "@babel/preset-env",
      {
        "targets": {
          "browsers": "last 3 versions"
        },
        "useBuiltIns": "entry",
        "modules": "false",
      }
    ]
  ]
}
back to top