-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/prebid/Prebid.js
- Loading branch information
Showing
794 changed files
with
80,742 additions
and
24,062 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,3 +92,6 @@ workflows: | |
- master | ||
jobs: | ||
- e2etest | ||
|
||
experimental: | ||
pipelines: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
|
||
const sharedWhiteList = [ | ||
"core-js/library/fn/array/find", // no ie11 | ||
"core-js/library/fn/array/includes", // no ie11 | ||
"core-js/library/fn/set", // ie11 supports Set but not Set#values | ||
"core-js/library/fn/string/includes", // no ie11 | ||
"core-js/library/fn/number/is-integer", // no ie11, | ||
"core-js/library/fn/array/from" // no ie11 | ||
'core-js-pure/features/array/find', // no ie11 | ||
'core-js-pure/features/array/includes', // no ie11 | ||
'core-js-pure/features/set', // ie11 supports Set but not Set#values | ||
'core-js-pure/features/string/includes', // no ie11 | ||
'core-js-pure/features/number/is-integer', // no ie11, | ||
'core-js-pure/features/array/from' // no ie11 | ||
]; | ||
|
||
module.exports = { | ||
'modules': [ | ||
...sharedWhiteList, | ||
'criteo-direct-rsa-validate', | ||
'jsencrypt', | ||
'crypto-js' | ||
'crypto-js', | ||
'live-connect' // Maintained by LiveIntent : https://github.com/liveintent-berlin/live-connect/ | ||
], | ||
'src': [ | ||
...sharedWhiteList, | ||
'fun-hooks/no-eval', | ||
'just-clone', | ||
'dlv', | ||
'dset' | ||
'dset', | ||
'deep-equal' | ||
] | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.