Skip to content

Commit 43cb45d

Browse files
author
Marek Rozmus
committed
Update babel config
1 parent 0d67262 commit 43cb45d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.babelrc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
"@babel/preset-env",
55
{
66
"targets": {
7-
"browsers": [">0.25%", "not ie 11", "not op_mini all", "safari >= 7"]
7+
"browsers": [
8+
">0.25%",
9+
"not ie 11",
10+
"not op_mini all",
11+
"safari >= 11",
12+
"not safari 5.1"
13+
]
814
},
915
"modules": false
1016
}

0 commit comments

Comments
 (0)