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.63.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.64.0
Choose a head ref
  • 10 commits
  • 20 files changed
  • 4 contributors

Commits on Nov 9, 2021

  1. chore(deps): bump mime-types from 2.1.33 to 2.1.34

    Bumps [mime-types](https://github.com/jshttp/mime-types) from 2.1.33 to 2.1.34.
    - [Release notes](https://github.com/jshttp/mime-types/releases)
    - [Changelog](https://github.com/jshttp/mime-types/blob/master/HISTORY.md)
    - [Commits](jshttp/mime-types@2.1.33...2.1.34)
    
    ---
    updated-dependencies:
    - dependency-name: mime-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    ec0070b View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. perf: Prevent running regexs over the same strings twice

    Mark Molinaro authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    6d3cd42 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14694 from markjm/markjm/double-regexp

    perf: Prevent running regexs over the same strings twice
    sokra authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    e6da1d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a12794 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #14686 from webpack/dependabot/npm_and_yarn/mime-t…

    …ypes-2.1.34
    
    chore(deps): bump mime-types from 2.1.33 to 2.1.34
    webpack-bot authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    970b368 View commit details
    Browse the repository at this point in the history
  5. add test case

    sokra committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    11bc877 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9bb5651 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #14701 from webpack/feature/no-async-chunk-loading

    add `asyncChunks: boolean` option to disable creation of async chunks
    sokra authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    ac7bd40 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Merge pull request #14698 from webpack/bugfix/profiling-plugin-hook-c…

    …heck
    
    check hooks for existance before using in ProfilingPlugin
    sokra authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    d96f23e View commit details
    Browse the repository at this point in the history
  2. 5.64.0

    sokra committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    789e585 View commit details
    Browse the repository at this point in the history
Loading