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