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

.babelrc - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bd9c86c1e126f41237ffed774d9ff917a22fa9cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "presets": [
    [
      "es2015",
      {
        "loose": true,
        "modules": false
      }
    ]
  ],
  "plugins": ["external-helpers"]
}