Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Delete distributorId before sending error #87

Merged
merged 11 commits into from
Nov 16, 2022
2 changes: 1 addition & 1 deletion rollup-modules.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const plugins = [
strip()
]

const filenames = ['initializer.js', 'standard-live-connect.js', 'minimal-live-connect.js']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is this used?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I rolled back that change, we thought to use the global bus in prebid, but we decided to do that in the initializer

const filenames = ['initializer.js', 'standard-live-connect.js', 'minimal-live-connect.js', 'events/event-bus.js']
const outputs = filenames.reduce((accumulator, sourceFile) => {
const action = [{
input: `src/${sourceFile}`,
Expand Down