aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to 'openecomp-ui/.babelrc')
-rw-r--r--openecomp-ui/.babelrc8
1 files changed, 5 insertions, 3 deletions
diff --git a/openecomp-ui/.babelrc b/openecomp-ui/.babelrc
index 635081d464..76f4b82867 100644
--- a/openecomp-ui/.babelrc
+++ b/openecomp-ui/.babelrc
@@ -1,10 +1,12 @@
{
- "presets": ["stage-0", "react"],
+ "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-class-properties",
+ "transform-runtime"
+ ],
+ "sourceMap": "inline"
}