With Gulp the workflow for images was kind of straight forward. I could easily maintain my gulp file myself and run an image minifier from gulp to minify my resource images to actual production images.
Laravel mix helps to make things a lot easier when it comes to dealing with webpack but I am still unsure on how to minify images and work with them in combination with laravel mix.
Does anybody have an example workflow set up on how to minify images from one folder as input to a folder of minified images using the webpack config from laravel mix?
Am I still suppose to use gulp alongside of webpack here?