Skip to content

Commit 3caa5bd

Browse files
committed
Fixing merge error.
1 parent 7861925 commit 3caa5bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.babelrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"presets": [
3-
[ "env", { "targets": { "browsers": "last 2 versions"} }, "flow" ]
3+
[ "env", { "targets": { "browsers": "last 2 versions"} } ],
4+
"flow"
45
],
56
"plugins": [ "transform-object-rest-spread" ]
6-
}
7+
}

0 commit comments

Comments
 (0)