samrum / vite-plugin-web-extension

A vite plugin for generating cross browser platform, ES module based web extensions.
MIT License
325 stars 32 forks source link

Question: how to run icons through loaders? #55

Open Alex-CS opened 1 year ago

Alex-CS commented 1 year ago

For the extension that I'm building, I've got one core icon which is an SVG, and I was hoping to use vite-imagetools to process that into a bunch of different sized PNGs at build time, but I couldn't tell how to get the two vite plugins to work together.

Is it possible to do something like #52 for the icons as well?

samrum commented 1 year ago

What happens when you try to use that plugin with this one? Are the directives not applied to images or is there some other issue?