Skip to content

Commit 5431b2b

Browse files
committed
fix: target older browsers
1 parent 44463ea commit 5431b2b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/.babelrc

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
{
1111
"targets": {
1212
"browsers": [
13-
"last 2 version",
14-
"not last 2 ie version",
15-
">5%"
13+
">1%"
1614
]
1715
},
1816
"useBuiltIns": true

0 commit comments

Comments
 (0)