Skip to content

Commit 875946b

Browse files
committed
Modified babel to target Node 6.5
1 parent 81f2a46 commit 875946b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.babelrc

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
"targets": {
55
"chrome": 40,
66
"firefox": 35,
7-
"edge": 14
7+
"edge": 14,
8+
"node": "6.5",
89
},
9-
"modules": false
10+
"modules": false,
11+
"useBuiltIns": true
1012
}]
1113
]
1214
}

0 commit comments

Comments
 (0)