'The following tasks did not complete: webp Did you forget to signal async completion?

function versionWebp() {
  return  src('src/img/**/*')
    .pipe( webp())
    .pipe( dest('./src/img'))
    .pipe( notify({message: 'version Webp lista' }));    
}

gulp CLI version: 2.3.0 gulp Local version: 4.0.2



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source