You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to retire all my gulp tasks and move over to Rollup.
I current use gulp-image to compress a list of images in my source/images/ directories. They get compressed and moved to build/images/directories.
I am finding this difficult to replicate with this rollup-plugin-imagemin because my images are not imported from the main JS file. Instead, they are in my source directories.
Any idea how to do what I do with gulp-image?
The text was updated successfully, but these errors were encountered:
I am trying to retire all my gulp tasks and move over to Rollup.
I current use gulp-image to compress a list of images in my source/images/ directories. They get compressed and moved to build/images/directories.
I am finding this difficult to replicate with this rollup-plugin-imagemin because my images are not imported from the main JS file. Instead, they are in my source directories.
Any idea how to do what I do with gulp-image?
The text was updated successfully, but these errors were encountered: