aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/.babelrc
blob: 7949c034d875fe8f250d5d50f0780808f3e421b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"presets": [["env", {
		"targets": {
			"browsers": ["last 2 versions", "Firefox >= 47"]
		}
	}], "react"],
	"plugins": [
		"transform-object-rest-spread",
		"transform-class-properties",
		"transform-runtime",
		"transform-decorators-legacy"
	],
	"sourceMap": "inline"
}