Browse Source

Modified babel to target Node 6.5

n1474335 8 năm trước cách đây
mục cha
commit
875946b4e8
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 4 2
      .babelrc

+ 4 - 2
.babelrc

@@ -4,9 +4,11 @@
             "targets": {
                 "chrome": 40,
                 "firefox": 35,
-                "edge": 14
+                "edge": 14,
+                "node": "6.5",
             },
-            "modules": false
+            "modules": false,
+            "useBuiltIns": true
         }]
     ]
 }