diff options
Diffstat (limited to 'test-scheduler/ui/.babelrc')
-rw-r--r-- | test-scheduler/ui/.babelrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test-scheduler/ui/.babelrc b/test-scheduler/ui/.babelrc new file mode 100644 index 00000000..3a280ba3 --- /dev/null +++ b/test-scheduler/ui/.babelrc @@ -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"] +} |