Change naming and veriy test-scheduler function
[bottlenecks.git] / test-scheduler / ui / .babelrc
diff --git a/test-scheduler/ui/.babelrc b/test-scheduler/ui/.babelrc
new file mode 100644 (file)
index 0000000..3a280ba
--- /dev/null
@@ -0,0 +1,12 @@
+{
+  "presets": [
+    ["env", {
+      "modules": false,
+      "targets": {
+        "browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
+      }
+    }],
+    "stage-2"
+  ],
+  "plugins": ["transform-vue-jsx", "transform-runtime"]
+}