Conversation
This comment has been minimized.
This comment has been minimized.
|
Update the prebid-core hooks module with a Also added the |
This comment has been minimized.
This comment has been minimized.
|
it might be worthwhile including the required changes to freewheel and adpod in this pull-request as well so we aren't left with a partial fix in master for module issues: @jsnellbaker @jaiminpanchal27 |
|
@snapwich I am starting that work today. I will update you as soon as it is done. Can I push to this branch or we create one new branch and create our PR's against that branch ? |
|
@jaiminpanchal27 you should be able to push to this branch, but a PR against this branch works as well. Whatever is easier for you guys! |
This comment has been minimized.
This comment has been minimized.
…into prebid-core-bundle-fix # Conflicts: # modules/.submodules.json
|
I have pushed adpod related changes. @jsnellbaker Please have a look and test |
modules/.submodules.json
Outdated
| "pubCommonIdSystem", | ||
| "unifiedIdSystem", | ||
| "id5IdSystem", | ||
| "unifiedIdSystem" |
There was a problem hiding this comment.
I think someone handled a merge improperly here. Duplicate and removed modules are showing up now...
Might want to check to make sure no other changes were accidentally reverted as well.
There was a problem hiding this comment.
Yeah this is supposed to be:
{
"userId": [
"digiTrustIdSystem",
"id5IdSystem"
],
"adpod": [
"freeWheelAdserverVideo"
]
}
I checked the rest of the userId and it's releated files, and all look good. I'll commit a fix for the .submodules.json
* prebid-core only contains src and a few node_modules * add back removed neverBundle to webpack build * add module and submodule hooks * allow vargs for submodules for flexibility * fix jsdoc type syntax * updated id5 userid submodule for submodule bundle size duplication fix * add id5 userid submodule to .submodules * fix opt out logic * spelling fix to comment * update to automatically include 'pubcommon' and 'unifiedid' (uncomment to optional submodule for prebid3.0) * additional update to automatically include 'pubcommon' and 'unifiedid' * additional update to automatically include 'pubcommon' and 'unifiedid' * merged differences from master * adpod changes to support submodules * fix --modules argument with .json to work correctly with submodules * fix to remove included and duplicated submodules
* prebid-core only contains src and a few node_modules * add back removed neverBundle to webpack build * add module and submodule hooks * allow vargs for submodules for flexibility * fix jsdoc type syntax * updated id5 userid submodule for submodule bundle size duplication fix * add id5 userid submodule to .submodules * fix opt out logic * spelling fix to comment * update to automatically include 'pubcommon' and 'unifiedid' (uncomment to optional submodule for prebid3.0) * additional update to automatically include 'pubcommon' and 'unifiedid' * additional update to automatically include 'pubcommon' and 'unifiedid' * merged differences from master * adpod changes to support submodules * fix --modules argument with .json to work correctly with submodules * fix to remove included and duplicated submodules
Type of change
Description of change
Only include src dir and few node_modules inside of prebid-core bundle.
Other information
related to #3908