Skip to content

Commit a033fc7

Browse files
committed
fix: change babel target for better browser/create-react-app use
1 parent 1ff9c70 commit a033fc7

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
@@ -3,7 +3,7 @@
33
[
44
"env",
55
{
6-
"targets": { "node": 8 }
6+
"targets": { "browsers": ["last 2 versions", ">1%"] }
77
}
88
]
99
],

0 commit comments

Comments
 (0)