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