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(webpack-cli): to void defaultEntry override the webpack config entry #1289

Merged
merged 7 commits into from
Mar 10, 2020

Commits on Mar 4, 2020

  1. fix(webpack-cli): to void defaultEntry override the webpack config entry

    if not pass the entry option through command line, webpack-cli would look for defaultEntry
    The
    action would override the entry in webpack config files
    
    ISSUES CLOSED: webpack#1288
    Mistyyyy committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    c9eac20 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

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

Commits on Mar 6, 2020

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

Commits on Mar 7, 2020

  1. fix(bugs): to void defaultEntry override config entry

    To get the correct entry, the entry should use defaultEntry, config entry, command entry in order
    
    ISSUES CLOSED: webpack#1288
    Mistyyyy committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    82165df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7836990 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'next' of github.com:webpack/webpack-cli into fix/defaul…

    …tEntry-override-config
    Mistyyyy committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    84983d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5fb213 View commit details
    Browse the repository at this point in the history