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

.babelrc - github.com/dillonzq/LoveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5672c7aa091e10228ba79c331ea3df94b737c3ab (plain)
1
2
3
4
5
6
7
8
9
10
{
  "presets": [
    [
      "@babel/preset-env",
      {
        "targets": "> 0.25%, not dead"
      }
    ]
  ]
}