Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.babelrc - github.com/GDGToulouse/devfest-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4b47fcbb2237b022bd2bf976af4024392cda2b6c (plain)
1
2
3
4
5
6
7
8
9
10
{
  "presets": [
    [
      "@babel/env",
      {
        "useBuiltIns": "entry"
      }
    ]
  ]
}