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
Plugin passes the key srcPath but SVGO looks for path See change made for #59
srcPath
path
Relevant code in prefixIds file is:
} else if (extra && extra.path && extra.path.length > 0) { var filename = path.basename(extra.path); prefix = filename; }
The text was updated successfully, but these errors were encountered:
Can I submit a pull request to fix this?
Sorry, something went wrong.
Yes
This is still broken.
Fixing prefix path issue sindresorhus#61
d24cc10
Successfully merging a pull request may close this issue.
Plugin passes the key
srcPath
but SVGO looks forpath
See change made for #59
Relevant code in prefixIds file is:
The text was updated successfully, but these errors were encountered: