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.22.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.23.0
Choose a head ref
  • 14 commits
  • 25 files changed
  • 5 contributors

Commits on Feb 5, 2021

  1. export MultiStats type

    chenxsan authored and sokra committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    a89b7ac View commit details
    Browse the repository at this point in the history
  2. export type only

    chenxsan authored and sokra committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    e4b86ec View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. fixes for electron target

    electron has `importScripts` in worker
    only choose a chunkLoading which fits to the chunkFormat
    prefer fetch wasm loading over node wasm loading
    sokra committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    44b4e25 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12688 from webpack/bugfix/electron

    fixes for electron target
    sokra authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    4c2ee7a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    bd5e4dd View commit details
    Browse the repository at this point in the history
  2. add parser.url: "relative" option

    this will generate URLs without base uri for `new URL`
    publicPath is still added
    sokra committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    5d57777 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #12695 from webpack/feature/relative-url

    add `parser.url: "relative"` option
    sokra authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    05768d9 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump eslint-plugin-jsdoc from 31.6.1 to 32.0.2

    Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 31.6.1 to 32.0.2.
    - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
    - [Commits](gajus/eslint-plugin-jsdoc@v31.6.1...v32.0.2)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    327fa43 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Merge pull request #12692 from dnalborczyk/spellcheck

    chore: move unknown word to cspell.json
    sokra authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    32bd1a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12696 from webpack/dependabot/npm_and_yarn/eslint…

    …-plugin-jsdoc-32.0.2
    
    chore(deps-dev): bump eslint-plugin-jsdoc from 31.6.1 to 32.0.2
    webpack-bot authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    5849090 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Configuration menu
    Copy the full SHA
    61dbb57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc6f3d9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #12710 from webpack/bugfix/library-runtime-chunk

    fix regression when combining library + runtimeChunk + node target
    sokra authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    cdac669 View commit details
    Browse the repository at this point in the history
  4. 5.23.0

    sokra committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    7774d7e View commit details
    Browse the repository at this point in the history
Loading