jpkleemans / vite-svg-loader

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

Skip processing for Vite virtual resources #146

Open nextmat opened 3 weeks ago

nextmat commented 3 weeks ago

We can't process these, so skip them. Run the check prior to the regex match as it should be the quicker of the two operations.

Fixes #142