CSS Loader: You can now pass query strings with hashes to other loaders, enhancing the flexibility of your configurations.
Improvements
CSS Loader: The handling of root relative URLs is improved, ensuring that your stylesheets are processed correctly regardless of their location.
CSS Loader: The documentation is updated to clarify the use of asset modules, making it easier for you to understand how to utilize this feature effectively.
Fixes
Fix the issue where escaped query string values do not propagate to downstream loaders, ensuring that your configurations work as expected.
Fix the documentation to replace outdated option names, ensuring that you have the correct information when configuring your CSS loader.
Others
Update the default options for Prettier to ensure consistent code formatting across the project.