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.57.1
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.58.0
Choose a head ref
  • 20 commits
  • 19 files changed
  • 2 contributors

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    2934fd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    250c6b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7da89c0 View commit details
    Browse the repository at this point in the history
  4. remove caching from ChunkGraph

    sokra committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    3143fe6 View commit details
    Browse the repository at this point in the history
  5. improve extractBlockModules

    sokra committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    1e5abcc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2833592 View commit details
    Browse the repository at this point in the history
  7. only capture time when not cached

    time is also expensive...
    sokra committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    7311f95 View commit details
    Browse the repository at this point in the history
  8. update types

    sokra committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    a6fc14b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e1aa5ab View commit details
    Browse the repository at this point in the history
  10. Merge pull request #14414 from webpack/perf/chunk-graph

    improve chunk graph creation performance
    sokra authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    b1b1796 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #14420 from webpack/perf/remove-caching

    remove caching from getModule/ChunkGraphModule/Chunk
    sokra authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    da74127 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    508e8d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48ffd04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0915a5 View commit details
    Browse the repository at this point in the history
  4. track chunk combinations for modules

    improves caching
    improves SplitChunksPlugin
    sokra committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    0e13c7d View commit details
    Browse the repository at this point in the history
  5. skip chunk conditions faster

    sokra committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    643f120 View commit details
    Browse the repository at this point in the history
  6. compute depth faster

    sokra committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    049b859 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #14426 from Zhangdroid/main

    add `diagnostics_channel` to NodeTargetPlugin
    sokra authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    0c71073 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    59581f5 View commit details
    Browse the repository at this point in the history
  9. 5.58.0

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