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

.babelrc - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9da67dbe307e65a7c20b569ac0f20d47fa79678f (plain)
1
2
3
4
5
6
7
8
9
10
{
  "presets": [
    [
      "@babel/preset-env",
      {
        "modules": false
      }
    ]
  ]
}