babelrc: Specify iOS target in lower case

This commit is contained in:
Michel Weitbrecht 2019-04-17 01:46:16 +02:00 committed by msquare
parent d9f898a0bb
commit d7ad7b0b13
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"safari": 9,
"opera": 32,
"edge": 12,
"iOS": 9
"ios": 9
},
"loose": false,
"useBuiltIns": "entry"