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
for example:
images: ['public/icon-only.svg']
generate all images to public directory ok, but is source files in
public
images: ['assets/icon-only.svg']
all images generate to assets not public
assets
The text was updated successfully, but these errors were encountered:
Maybe a more general approach like #15 would solve this problem as well. I have indeed the same requirements, therefore +1 from my side.
Sorry, something went wrong.
No branches or pull requests
for example:
images: ['public/icon-only.svg']
generate all images to
public
directory ok, but is source files inimages: ['assets/icon-only.svg']
all images generate to
assets
notpublic
The text was updated successfully, but these errors were encountered: