bspaulding / rollup-plugin-image-files

Like rollup-plugin-image, but writes image files to dest instead of inlining base64.
MIT License
26 stars 14 forks source link

Images into directory #12

Open krishnaUIDev opened 3 years ago

krishnaUIDev commented 3 years ago

Hello,

is their any way to move images into sub directory ? Currently its directly placing in the same folder.

like images({ extract: "public/images" }),