add testsuite and testcase list pages in frontend of testing-scheduler
[bottlenecks.git] / testing-scheduler / ui / .babelrc
diff --git a/testing-scheduler/ui/.babelrc b/testing-scheduler/ui/.babelrc
new file mode 100644 (file)
index 0000000..5b836fa
--- /dev/null
@@ -0,0 +1,12 @@
+{\r
+  "presets": [\r
+    ["env", {\r
+      "modules": false,\r
+      "targets": {\r
+        "browsers": ["> 1%", "last 2 versions", "not ie <= 8"]\r
+      }\r
+    }],\r
+    "stage-2"\r
+  ],\r
+  "plugins": ["transform-vue-jsx", "transform-runtime"]\r
+}\r