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.67.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.68.0
Choose a head ref
  • 16 commits
  • 38 files changed
  • 4 contributors

Commits on Jan 25, 2022

  1. - add new config section importMeta

    - use it in ImportMetaPlugin to switch it off as necessary
    pavelsavara committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    73bb431 View commit details
    Browse the repository at this point in the history
  2. fix test

    pavelsavara committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    57f6e3b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. fix

    pavelsavara committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    332fb11 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    804f49c View commit details
    Browse the repository at this point in the history
  2. add importMeta to JavascriptParserOptions:

    - enable/disable import.meta parsing
    - when disabled insert output.importMetaName
    vankop committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    c09e82f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. add test case

    vankop committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    17e8eed View commit details
    Browse the repository at this point in the history
  2. fix discussions

    vankop committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    232403c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15266 from webpack/bugfix/throwing-in-async-modules

    fix handling of errors thrown in async modules
    sokra authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    1e73ca7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #15246 from pavelsavara/import_meta_url

    Disable compile time evaluation of import.meta.url
    sokra authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    46e8639 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Configuration menu
    Copy the full SHA
    5a3760e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Configuration menu
    Copy the full SHA
    a962d2c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15282 from webpack/feature/__webpack_module__

    add __webpack_module__ and __webpack_module_id__ to the api
    sokra authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    612de99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7a87ab View commit details
    Browse the repository at this point in the history
  4. Merge pull request #15284 from webpack/feature/__webpack_module__

    change __webpack_module_id__ to __webpack_module__.id
    sokra authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    04039ca View commit details
    Browse the repository at this point in the history
  5. Merge pull request #15279 from taranek/docs/array-helpers-docs

    docs(util): added jsdoc annotations for ArrayHelpers.js
    sokra authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    6f3735c View commit details
    Browse the repository at this point in the history
  6. 5.68.0

    sokra committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    f593d98 View commit details
    Browse the repository at this point in the history
Loading