Loader Utilities: You can now use [contenthash] in your file names, allowing for better cache management and optimized loading of your assets.
Improvements
Loader Utilities: The handling of URLs has improved, ensuring that nonstandard extension protocols are ignored, which prevents errors when resolving certain URLs.
Loader Utilities: The system now correctly processes URLs for web extension protocols in Edge and Firefox, eliminating previous errors when these URLs were detected as requests.
Fixes
Fix issues with URL handling by ignoring about:blank, ensuring smoother operation when dealing with various URL types.
Fix the regex for the "[hash]" token to correctly capture any hash algorithm name, enhancing the functionality of the interpolateName feature.
Fix the behavior of the system when an empty URL is encountered, preventing unnecessary rewrites and errors.
Others
Update the README to clarify the usage of Object.assign, ensuring users understand how to properly merge options without unintended overrides.