imagemin / imagemin-webp

WebP plugin for imagemin
MIT License
494 stars 45 forks source link

System cant find the path #36

Open pajinev opened 3 years ago

pajinev commented 3 years ago

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/' }] },