aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/.babelrc
blob: 6a58a5a138f5586b39da195b76193c99c328e35c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "presets": [
        [
            "env",
            {
                "targets": {
                    "browsers": ["last 2 versions", "Firefox >= 47"]
                }
            }
        ],
        "react"
    ],
    "plugins": [
        "react-hot-loader/babel",
        "transform-object-rest-spread",
        "transform-class-properties",
        "transform-runtime",
        "transform-decorators-legacy"
    ],
    "sourceMap": "inline"
}