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
I'm using vue-svg-loader 0.16.
If I do this:
options: { svgo: { plugins: [{ removeDimensions: true }] },
It does what is expected.
If I do this it does not:
options: { svgo: { plugins: [ { name: 'removeDimensions', active: true }]
It doesn't fail and doesn't give any feedback, it just doesn't work.
I wonder if it's because 0.16 depends on svg-to-vue which depends on an older version of svgo (1.3.2 - 2.2.2 is available)?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using vue-svg-loader 0.16.
If I do this:
It does what is expected.
If I do this it does not:
It doesn't fail and doesn't give any feedback, it just doesn't work.
I wonder if it's because 0.16 depends on svg-to-vue which depends on an older version of svgo (1.3.2 - 2.2.2 is available)?
The text was updated successfully, but these errors were encountered: