We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's a pain to find the transform results in the cache.
Doing ${baseFilename}-${hash}.${extension} would make it much easier.
${baseFilename}-${hash}.${extension}
The text was updated successfully, but these errors were encountered:
Add support for filenamePrefix callback
551742c
Fixes istanbuljs#4
7fb6c19
Drop Node.js 6, add support for filenamePrefix callback (#13)
9b685fe
Fixes #4
Successfully merging a pull request may close this issue.
It's a pain to find the transform results in the cache.
Doing
${baseFilename}-${hash}.${extension}
would make it much easier.The text was updated successfully, but these errors were encountered: