Skip to content

Commit 6ebdf08

Browse files
realitykingmichaelficarra
authored andcommitted
Configure babel to transpile for Node.js 4 (#93)
1 parent 67ecd9f commit 6ebdf08

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.babelrc

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"presets": ["env"]
2+
"presets": [["env", {
3+
"targets": {
4+
"node": "4.0"
5+
}
6+
}]]
37
}

0 commit comments

Comments
 (0)