Blame view

.babelrc 201 Bytes
yyq authored
1 2 3 4 5 6 7 8
{
    "presets": [
        ["env", {
            "targets": {
                "browsers": [">1%"]
            }
        }],
        "es2015"
yyq authored
9 10
    ],
    "plugins": [
yyq authored
11
        "transform-runtime"
yyq authored
12 13
    ]
}