Skip to content

Commit b32f67b

Browse files
committed
set target for node 4
1 parent f9a81c5 commit b32f67b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.babelrc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2-
"presets": ["airbnb"],
2+
"presets": [
3+
[
4+
"airbnb",
5+
{
6+
"targets": {
7+
"node": 4
8+
}
9+
}
10+
]
11+
],
312
"plugins": ["@babel/plugin-transform-flow-strip-types"]
413
}

0 commit comments

Comments
 (0)