Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix import warning for webpack 5 (prebid#5933)
Webpack 5 emits a warning when importing named exports from json files: ``` "WARNING in ../../node_modules/prebid.js/src/secureCreatives.js 15:16-30 Should not import the named export 'EVENTS'.'BID_WON' (imported as 'EVENTS') from default-exporting module (only default export is available soon)" ``` Co-authored-by: Garth Poitras <[email protected]> Co-authored-by: gpoitch <[email protected]>
- Loading branch information