summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/.babelrc
blob: a902be2cfcb68bc97f424172719d9ef107572a7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "presets": [["es2015", { "modules": false }],"stage-0", "react"],
	"plugins": [
		"transform-es2015-modules-commonjs",
		"transform-es2015-destructuring",
		"transform-es2015-spread",
		"transform-object-rest-spread",
		"transform-class-properties",
		"transform-runtime",
		"transform-decorators-legacy"
	],
	"sourceMap": "inline"
}