vite-pwa / assets-generator

Zero-config PWA Assets Generator
https://vite-pwa-org.netlify.app/assets-generator/
MIT License
94 stars 9 forks source link

Generate images from another source path to public #41

Open reslear opened 6 months ago

reslear commented 6 months ago

for example:

images: ['public/icon-only.svg']

generate all images to public directory ok, but is source files in

images: ['assets/icon-only.svg']

all images generate to assets not public

holtwick commented 5 months ago

Maybe a more general approach like https://github.com/vite-pwa/assets-generator/issues/15 would solve this problem as well. I have indeed the same requirements, therefore +1 from my side.