Skip to content

Commit c3f9cf1

Browse files
committed
Only transpile code not supported by the lowest supported node version
1 parent 815510b commit c3f9cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"presets": [ "env" ]
2+
"presets": [ [ "env", { "targets": { "node": "6" } } ] ]
33
}

0 commit comments

Comments
 (0)