Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix import warning for webpack 5 #5933

Merged
merged 3 commits into from
Nov 20, 2020
Merged

Fix import warning for webpack 5 #5933

merged 3 commits into from
Nov 20, 2020

Commits on Oct 26, 2020

  1. Fix import warning for webpack 5

    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)"
    ```
    gpoitch authored Oct 26, 2020
    Configuration menu
    Copy the full SHA
    be3f281 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    4600d3d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Configuration menu
    Copy the full SHA
    c95e451 View commit details
    Browse the repository at this point in the history