Commits on Nov 7, 2022

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

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    368412f View commit details
    Browse the repository at this point in the history
  2. Yarn lock updated

    akhilgkrishnan committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    139d1b4 View commit details
    Browse the repository at this point in the history
  3. Yarn lint issue fix

    akhilgkrishnan committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    960a025 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Initialize hash conditionally

    lvivski committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    d4b1d69 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

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

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    18c59c6 View commit details
    Browse the repository at this point in the history
  2. fix: remove extra change

    Jack-Works committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    4e643be View commit details
    Browse the repository at this point in the history
  3. fix: test fail

    Jack-Works committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    1d86c18 View commit details
    Browse the repository at this point in the history
  4. update dts

    Jack-Works committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    e7e2aec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c922ee1 View commit details
    Browse the repository at this point in the history
  6. fix: type error

    Jack-Works committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    4f39c9f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Merge pull request #16500 from Jack-Works/avoid-cross-realm-object

    refactor: avoid cross-realm objects
    sokra authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    4b4ca3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5513dd6 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    2112f9b View commit details
    Browse the repository at this point in the history
  2. Fix HTML5 logo in README

    jakebailey committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    ea5e864 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    jakebailey committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    6011163 View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    jakebailey committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    d957cdf View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Merge pull request #16491 from lvivski/main

    Refactor: Initialize hash conditionally in RealContentHashPlugin
    TheLarkInn authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    b67626c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Serialize code generator data to support generated assets

    AssetGenerator calls out in a TODO-comment that the filename, assetInfo,
    and fullContentHash values must be captured in the 'data' object that's
    populated during code generation in order to be accessible in the
    AssetModulesPlugin. It notes that it must store them in the code
    generation results because it will be cached, but that appears to be
    incorrect as data is a simple Map that's instantiated within the
    NormalModule and not captured anywhere that would be cached.
    
    As a result, configurations that use the asset/resource type and make
    changes to assets between cached builds will result in a runtime error
    as Webpack is able to access the file from cache but isn't able to
    access the expected values from the data object.
    
    This solution captures the data object as a property of the NormalModule
    and hooks in to the existing serialize/deserialize functionality in
    order to make this value available across cached builds.
    ryanwilsonperkin committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    dcc3e71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfaa3b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

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

Commits on Feb 24, 2023

  1. Improve performance of hashRegExp lookup

    For applications with a very large number of assets, the cost of
    invoking a single regular expression with many many values in a group
    becomes very high.
    
    By changing to a list of regular expressions (with helper methods for
    maintaining the original design) we can get a large performance
    improvement.
    ryanwilsonperkin committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    cfdb1df View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Merge pull request #16614 from jakebailey/html5-logo

    Fix HTML5 logo in README
    TheLarkInn authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    302eb37 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16613 from jakebailey/ts-logo

    Replace TypeScript logo in README
    TheLarkInn authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    1acd635 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16446 from akhilgkrishnan/patch-1

    Bump the loader-utils version to 2.0.3
    TheLarkInn authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    4ba2252 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

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

Commits on Mar 6, 2023

  1. Merge pull request #16703 from ryanwilsonperkin/ryanwilsonperkin/fix-…

    …16160
    
    Serialize generatedCode info to fix bug in asset module cache restoration
    TheLarkInn authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    b7fc4d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f34acf View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Merge pull request #16493 from piwysocki/patch-1

    ci: test workflow - bump actions/cache
    TheLarkInn authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    c98e9e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Merge pull request #16759 from ryanwilsonperkin/real-content-hash-reg…

    …ex-perf
    
    Improve performance of hashRegExp lookup
    TheLarkInn authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    b84efe6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16781 from askoufis/loader-context-target-type

    feat: Add `target` to `LoaderContext` type
    TheLarkInn authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    97b1718 View commit details
    Browse the repository at this point in the history