-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
Using prebid through npm, importing the individual modules does not seem to include any of the code since v10. It just imports an empty module. Building it doesn't complain. Just noticed during runtime that there were errors about the modules missing and the output being smaller.
For example:
import prebid from 'prebid.js'
import 'prebid.js/modules/concertBidAdapter'
import 'prebid.js/modules/gumgumBidAdapter'
import 'prebid.js/modules/rubiconBidAdapter'
prebid.processQueue()
export default prebidAdjusting to the full path is a workaround:
import 'node_modules/prebid.js/dist/src/modules/concertBidAdapter'
// ...Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done