jpkleemans / vite-svg-loader

Vite plugin to load SVG files as Vue components
MIT License
585 stars 61 forks source link

add disabledSvgo config #17

Closed falstack closed 3 years ago

jpkleemans commented 3 years ago

Hi, thanks for the PR! I'd like to rename disabledSvgo to svgo, so you can do:

svgLoader({
  svgo: false // default true
})

Could you change that?

falstack commented 3 years ago

@jpkleemans done. plz review

jpkleemans commented 3 years ago

Thanks!