jpkleemans / vite-svg-loader

Vite plugin to load SVG files as Vue components
MIT License
554 stars 58 forks source link

chore: move console.warn to debug #115

Closed yooouuri closed 7 months ago

yooouuri commented 1 year ago

With the console.warn, my build log is getting cluttered:

image

To see the debug logs, add DEBUG=* to the vite commands

image

jpkleemans commented 7 months ago

Nice, thanks!