Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: webpack/webpack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.31.0
Choose a base ref
...
head repository: webpack/webpack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.31.1
Choose a head ref
  • 11 commits
  • 9 files changed
  • 3 contributors

Commits on Apr 7, 2021

  1. avoid leaking processed assets

    sokra committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    3caf3e9 View commit details
    Browse the repository at this point in the history
  2. avoid leaking memory

    sokra committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    a3be72b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    ad4a2af View commit details
    Browse the repository at this point in the history
  2. reduce number of write syscalls by creating larger buffers

    and may copy small existing buffers into the larger one
    sokra committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    c1b8a6c View commit details
    Browse the repository at this point in the history
  3. remove unused method

    sokra committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    51bd62d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cef2a8f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #13097 from webpack/pref/memory

    memory and performance optimizations
    sokra authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    abf0b4e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Merge pull request #13090 from webpack/dependabot/npm_and_yarn/webpac…

    …k-cli-4.6.0
    
    chore(deps-dev): bump webpack-cli from 4.5.0 to 4.6.0
    webpack-bot authored Apr 9, 2021
    Configuration menu
    Copy the full SHA
    1f48895 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b525e61 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13105 from webpack/bugfix/invalid-only-once

    make sure that invalid event is only reported once
    sokra authored Apr 9, 2021
    Configuration menu
    Copy the full SHA
    80bc5ad View commit details
    Browse the repository at this point in the history
  4. 5.31.1

    sokra committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    3450265 View commit details
    Browse the repository at this point in the history
Loading