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

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