vite-plugin-web-extension icon indicating copy to clipboard operation
vite-plugin-web-extension copied to clipboard

Question: how to run icons through loaders?

Open Alex-CS opened this issue 3 years ago • 1 comments

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?

Alex-CS avatar Sep 28 '22 19:09 Alex-CS

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?

samrum avatar Oct 01 '22 23:10 samrum