jpkleemans / vite-svg-loader

Vite plugin to load SVG files as Vue components
MIT License
557 stars 59 forks source link

Cannot load svg with ?url #11

Closed drgarlic closed 3 years ago

drgarlic commented 3 years ago

Hi,

Great job it works great but sometimes I need to load the SVGs from their URL and this library disables the possibility, could you allow such imports ?

Thank you

jpkleemans commented 3 years ago

Hi, loading external URLs is not supported. Could you share some code how you'd like to import the SVGs from their URL?

drgarlic commented 3 years ago

Sure, like so

import iconURL from '../assets/icon.svg?url'