aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/.babelrc
blob: 1545202a4a048cd5aaeadae9b53de12a6293b1b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"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",
		"react-hot-loader/babel"
	],
	"sourceMap": "inline"
}