vite-plugin-web-extension
vite-plugin-web-extension copied to clipboard
Question: how to run icons through loaders?
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?
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?