aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/.babelrc
blob: 97edcc9fce0f6cf3b8fd301a9f81da418c343e52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"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"
}