summaryrefslogtreecommitdiffstats
path: root/testing-scheduler/ui/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to 'testing-scheduler/ui/.babelrc')
-rw-r--r--testing-scheduler/ui/.babelrc12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing-scheduler/ui/.babelrc b/testing-scheduler/ui/.babelrc
deleted file mode 100644
index 5b836fa9..00000000
--- a/testing-scheduler/ui/.babelrc
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "presets": [
- ["env", {
- "modules": false,
- "targets": {
- "browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
- }
- }],
- "stage-2"
- ],
- "plugins": ["transform-vue-jsx", "transform-runtime"]
-}