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
This doesn't work
modules: [ ["nuxt-svg-loader", { svgoConfig: false }] ],
But this works:
modules: [ "nuxt-svg-loader" ], svgLoader: { svgoConfig: false },
Bug or by design?
The text was updated successfully, but these errors were encountered:
By lazyness 😂
Accepting a PR (+tests) that takes the moduleOptions too and does correct merging if necessary. ☺️
Shouldn't be a huge thing
Sorry, something went wrong.
I went another way. The svg-to-vue-component module now has Nuxt support out of the box.
But thank you anyway for the prompt reply.
Keeping it open anyway 😌
modules: []
No branches or pull requests
This doesn't work
But this works:
Bug or by design?
The text was updated successfully, but these errors were encountered: