diff options
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/.babelrc')
-rw-r--r-- | workflow-designer-ui/src/main/frontend/.babelrc | 32 |
1 files changed, 19 insertions, 13 deletions
diff --git a/workflow-designer-ui/src/main/frontend/.babelrc b/workflow-designer-ui/src/main/frontend/.babelrc index 97edcc9f..6a58a5a1 100644 --- a/workflow-designer-ui/src/main/frontend/.babelrc +++ b/workflow-designer-ui/src/main/frontend/.babelrc @@ -1,15 +1,21 @@ { - "presets": [["env", { - "targets": { - "browsers": ["last 2 versions", "Firefox >= 47"] - } - }], "react"], - "plugins": [ - "react-hot-loader/babel", - "transform-object-rest-spread", - "transform-class-properties", - "transform-runtime", - "transform-decorators-legacy" - ], - "sourceMap": "inline" + "presets": [ + [ + "env", + { + "targets": { + "browsers": ["last 2 versions", "Firefox >= 47"] + } + } + ], + "react" + ], + "plugins": [ + "react-hot-loader/babel", + "transform-object-rest-spread", + "transform-class-properties", + "transform-runtime", + "transform-decorators-legacy" + ], + "sourceMap": "inline" } |