Skip to content

Commit 77ea120

Browse files
committed
Add back .babelrc targets
Tests were failing without node target.
1 parent 975c6da commit 77ea120

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,3 +1,12 @@
11
{
2-
"presets": ["@babel/env"]
2+
"presets": [
3+
[
4+
"@babel/env",
5+
{
6+
"targets": {
7+
"node": 10
8+
}
9+
}
10+
]
11+
]
312
}

0 commit comments

Comments
 (0)