From a8334c476f6f7986c9f44f7409f9a3a783ee9a51 Mon Sep 17 00:00:00 2001 From: Chris Huie Date: Thu, 28 Oct 2021 11:06:04 -0700 Subject: [PATCH] move targets to packag.json --- .babelrc.js | 8 +------- package.json | 5 +++++ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.babelrc.js b/.babelrc.js index c733b8876b7..43303f59a8b 100644 --- a/.babelrc.js +++ b/.babelrc.js @@ -14,13 +14,7 @@ module.exports = { [ useLocal('@babel/preset-env'), { - "targets": { - "browsers": [ - ">0.25%", - "not ie 11", - "not op_mini all" - ] - } + "useBuiltIns": "entry" } ] ], diff --git a/package.json b/package.json index 0c6d2cb34a7..e67314ce3eb 100644 --- a/package.json +++ b/package.json @@ -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",