You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in ./node_modules/prebid.js/modules/emx_digitalBidAdapter.js
Module not found: Error: Can't resolve 'src/utils' in '/Users/user/dev/video-player/node_modules/prebid.js/modules'
@DecayConstant Thanks for raising this issue; I found there were import syntax issues for several other adapters as well. I'll put together a fix for this in a bit.
Type of issue
Bug @EMXDigital
Description
The EMX Digital adapter has reverted to importing files by absolute paths, not relative paths. They had fixed the issue previously: #3731 (comment)
Steps to reproduce
Try importing the EMX Digital adapter.
That results in this error message:
Other information
The regression happened in this PR: #3840
The text was updated successfully, but these errors were encountered: