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: eb52c30ac19b542d61dfd84bdf0016216f8b2c72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "presets": [
    [
      "es2015",
      {
        "loose": true,
        "modules": false
      }
    ]
  ],
  "plugins": [
    "transform-es2015-modules-strip"
  ]
}