Skip to content

Commit

Permalink
Revert "move targets to packag.json (#7641)"
Browse files Browse the repository at this point in the history
This reverts commit c76dc38.
  • Loading branch information
robertrmartinez committed Nov 8, 2021
1 parent bf48688 commit a1b1c7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 7 additions & 1 deletion .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ module.exports = {
[
useLocal('@babel/preset-env'),
{
"useBuiltIns": "entry"
"targets": {
"browsers": [
">0.25%",
"not ie 11",
"not op_mini all"
]
}
}
]
],
Expand Down
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
"type": "git",
"url": "https://github.com/prebid/Prebid.js.git"
},
"browserslist": [
"> 0.25%",
"not IE 11",
"not op_mini all"
],
"keywords": [
"advertising",
"auction",
Expand Down

0 comments on commit a1b1c7d

Please sign in to comment.