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

.babelrc « testLib - github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aeba5dca9f5fbb73f659fcc20de7c7264f7c3d01 (plain)
1
2
3
4
{
    "presets": ["es2015"],
    "plugins": ["transform-class-properties"]
}