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

v3 #197

Closed
wants to merge 10 commits into from
Closed

v3 #197

wants to merge 10 commits into from

Commits on Sep 26, 2019

  1. deprecate old versions of node and webpack

    Deprecated:
    node@6
    webpack@2
    webpack@3
    mastilver committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    41036d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    284655c View commit details
    Browse the repository at this point in the history
  3. Fix mini-css-extract-plugin 0.4.3 issue

    mini-css-extract-plugin reports additional, incorrect information for files that are refenced in CSS. The first time we see the file the `module.userRequest` is correct, and we add to `moduleAssets` correctly. However mini-css-extract-plugin then also reports the same `file` but with `module.userRequest` set to the CSS file that references it, which caused us to overwrite the good value in `moduleAssets`.
    
    See the change in mini-css-extract-plugin that caused this webpack-contrib/mini-css-extract-plugin#177
    
    fixes #167
    karlvr authored and mastilver committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    5204279 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    d6f5191 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6adbe39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed124df View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Merge pull request #200 from Lyrkan/add-ids-to-stats

    Webpack 5: Add "ids" to the retrieved JSON stats
    mastilver committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    def5778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f13bc72 View commit details
    Browse the repository at this point in the history
  3. 3.0.0-rc.0

    mastilver committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    4e02e21 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Quick fix for #186 (#205)

    kirill-konshin authored and mastilver committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    21bc5cd View commit details
    Browse the repository at this point in the history