nuxt-community / svg-module

Super simple svg loading module for Nuxt.js
MIT License
340 stars 35 forks source link

SVGO support for inline query #74

Closed mrleblanc101 closed 3 years ago

mrleblanc101 commented 3 years ago

Hi, Is it possible to support SVGO for ?inline query ? We use SVGO plugin to remove fill from our icons so we can style them using CSS. Currently the plugin turn off svgo support options: { svgo: false }, but it should be configurable.