Skip to content

Commit 8d08225

Browse files
author
andela-jkimani
committed
Add node target to babel
1 parent 393b88e commit 8d08225

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.babelrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"presets": [
3-
"metalab"
3+
"metalab", {
4+
"targets": {
5+
"node": 4
6+
}
7+
}
48
]
59
}

0 commit comments

Comments
 (0)