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

file-loader 5 => 6 (including md5 => md4) #299

Merged
merged 2 commits into from Mar 27, 2020
Merged

file-loader 5 => 6 (including md5 => md4) #299

merged 2 commits into from Mar 27, 2020

Commits on Mar 26, 2020

  1. [webpack] file-loader 5 => 6

    > npm i file-loader@latest
    
    > ⚠ BREAKING CHANGES
    > use md4 by default for hashing [previously md5]
    
    Source: https://github.com/webpack-contrib/file-loader/releases/tag/v6.0.0
    apepper committed Mar 26, 2020
    Copy the full SHA
    feaa4a2 View commit details
    Browse the repository at this point in the history
  2. [prerender] contentHash: md5 => md4.

    Webpack uses md4 for all hashes by default (see [1] and [2])
    
    [1] webpack/webpack#6549
    [2] webpack/loader-utils#114
    apepper committed Mar 26, 2020
    Copy the full SHA
    4835030 View commit details
    Browse the repository at this point in the history