Skip to content

Commit

Permalink
Dev Tools (Babel): update babel target browser versions (prebid#7248)
Browse files Browse the repository at this point in the history
* Babel : change babel target browser versions

* mod versions

* update versions

* update ios version
  • Loading branch information
ChrisHuie authored Aug 20, 2021
1 parent 0d673f4 commit 3f56bad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ module.exports = {
{
"targets": {
"browsers": [
"chrome >= 61",
"safari >=8",
"edge >= 14",
"ff >= 57",
"chrome >= 75",
"safari >=10",
"edge >= 70",
"ff >= 70",
"ie >= 11",
"ios >= 8"
"ios >= 11"
]
}
}
Expand Down

0 comments on commit 3f56bad

Please sign in to comment.