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

Combine webpack 3 PRs #4770

Closed
wants to merge 15 commits into from
Closed

Combine webpack 3 PRs #4770

wants to merge 15 commits into from

Commits on Feb 1, 2017

  1. don't shorten node_modules to ~

    it's confusing
    sokra committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    dca8e62 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

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

Commits on Apr 18, 2017

  1. use a Set for Module.chunks

    sokra committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    e8bc9c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ca1297 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2017

  1. Sort by debug id and id

    sokra committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    aac0389 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2017

  1. Configuration menu
    Copy the full SHA
    f6f22ef View commit details
    Browse the repository at this point in the history
  2. fix spacing issue

    sokra committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    616777b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2017

  1. optimize variable

    sokra committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    df44599 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2017

  1. assign correct records and cache to child compilations

    This is a breaking change because plugins or loader could rely on this incorrect behavior
    When using child compilations plugins and loaders should use a unique compiler name or use a consistent order
    
    fixes #2777
    sokra committed May 4, 2017
    Configuration menu
    Copy the full SHA
    101850c View commit details
    Browse the repository at this point in the history
  2. fixes incorrect CLI stats output

    add "detailed" preset
    clean up presets to do more useful stuff
    
    fixes #4141
    fixes #4118
    sokra committed May 4, 2017
    Configuration menu
    Copy the full SHA
    206ef6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f24ce86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bff6d71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e85452 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3ce67c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4042885 View commit details
    Browse the repository at this point in the history