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

.babelrc - github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 13b89b8bec3eeb4df5fda471417503fd0d55e38e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "presets": [
    "es2015",
    "react"
  ],
  "plugins": [
    "transform-class-properties",
    [
      "transform-async-to-module-method",
      {
        "module": "bluebird",
        "method": "coroutine"
      }
    ],
    "react-hot-loader/babel"
  ]
}