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

.babelrc - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2e3da5e94cc0cf8852d472ed9f26e3487d3b9636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "presets": [
    [
      "es2015",
      {
        "modules": false
      }
    ]
  ],
  "plugins": [
    "syntax-dynamic-import"
  ]
}