jpkleemans / vite-svg-loader

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

Support for custom template? #139

Open AskAlice opened 4 months ago

AskAlice commented 4 months ago

I need vite to compile these at build-time, so i have to avoid dynamic imports. (need to avoid async components). If I could provide a custom vue template then I can avoid dynamic imports as I wouldn't have to import the filename during runtime.

Could you make this an option in vite.config.ts ?