Interpolate Name: Introduce a new utility function that allows users to create custom filenames based on a template. This enhances flexibility in naming output files during the build process.
Improvements
Interpolate Name: Improve the hash extraction process to ensure that the generated hash values are accurate and do not include unintended characters. This leads to more reliable file naming based on hash values.
Fixes
Fix the issue where the hash regex incorrectly mingles other values into the hash value, ensuring that filenames are generated correctly without errors.