Skip to content

Commit

Permalink
move targets to packag.json (#7641)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHuie authored Nov 2, 2021
1 parent e60844e commit c76dc38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ module.exports = {
[
useLocal('@babel/preset-env'),
{
"targets": {
"browsers": [
">0.25%",
"not ie 11",
"not op_mini all"
]
}
"useBuiltIns": "entry"
}
]
],
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"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 c76dc38

Please sign in to comment.