aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/.babelrc
blob: 054d6c70b763fca7f30c8a772a1489597d605f3d (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": [
		"transform-object-rest-spread",
		"transform-class-properties",
		"transform-runtime",
		"transform-decorators-legacy",
		"react-hot-loader/babel"
	],
	"sourceMap": "inline"
}