aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/.babelrc
blob: 635081d464b8f254397273448aad0409ffdeee6a (plain)
1
2
3
4
5
6
7
8
9
10
{
    "presets": ["stage-0", "react"],
	"plugins": [
		"transform-es2015-modules-commonjs",
		"transform-es2015-destructuring",
		"transform-es2015-spread",
		"transform-object-rest-spread",
		"transform-class-properties"
	]
}