Hello..i have a problem with imagemin.
have error
System cant find the path
in file src/img/img-src/content/01_400.jpg Use --force to continue.
in config imagemin.js have
content_webp: {
options: {
use: [imageminWebp()]
},
files: [{
expand: true,
cwd: 'src/img/img-src/content/',
src: ['**/*.jpg'],
dest: 'src/img/img-dis/content-webp/'
}]
},