aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src/main/frontend/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-workflow-designer-ui/src/main/frontend/.babelrc')
-rw-r--r--sdc-workflow-designer-ui/src/main/frontend/.babelrc21
1 files changed, 21 insertions, 0 deletions
diff --git a/sdc-workflow-designer-ui/src/main/frontend/.babelrc b/sdc-workflow-designer-ui/src/main/frontend/.babelrc
new file mode 100644
index 00000000..6a58a5a1
--- /dev/null
+++ b/sdc-workflow-designer-ui/src/main/frontend/.babelrc
@@ -0,0 +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"
+}