Skip to content

Commit

Permalink
Update babel plugins (prebid#2447)
Browse files Browse the repository at this point in the history
* Update babel plugins

* Targeting browsers
  • Loading branch information
jaiminpanchal27 authored May 7, 2018
1 parent 3116d7f commit cf1dc79
Show file tree
Hide file tree
Showing 4 changed files with 5,084 additions and 9,847 deletions.
19 changes: 15 additions & 4 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
{
"presets": ["es2015"],
"presets": [
["env", {
"targets": {
"browsers": [
"chrome >= 61",
"safari >=8",
"edge >= 14",
"ff >= 57",
"ie >= 10",
"ios >= 8"
]
}
}]
],
"plugins": [
"transform-object-assign",
"transform-es3-property-literals",
"transform-es3-member-expression-literals"
"transform-object-assign"
]
}
Loading

0 comments on commit cf1dc79

Please sign in to comment.