Skip to content

Commit fd80706

Browse files
authored
Merge pull request #79 from realityking/babel-config
Only transpile code not supported by the lowest supported node version
2 parents 815510b + c3f9cf1 commit fd80706

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)