summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/Speedometer3/babel.config.json
blob: 2607ec68ff2c726dfec805994897db0c8b56523c (plain)
1
2
3
4
5
6
7
8
9
10
{
    "plugins": [
        [
            "@babel/plugin-proposal-decorators",
            {
                "legacy": true
            }
        ]
    ]
}