diff options
Diffstat (limited to 'openecomp-ui/.babelrc')
-rw-r--r-- | openecomp-ui/.babelrc | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/openecomp-ui/.babelrc b/openecomp-ui/.babelrc index 378bcda37d..1545202a4a 100644 --- a/openecomp-ui/.babelrc +++ b/openecomp-ui/.babelrc @@ -1,15 +1,13 @@ { - "presets": [["env", { - "targets": { - "browsers": ["last 2 versions", "Firefox >= 47"] - } - }],"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-runtime", "transform-decorators-legacy", - "transform-runtime", "react-hot-loader/babel" ], "sourceMap": "inline" |