I've been using Gulp 4 alpha 2 fine with gulp-zip, but with the recent update to alpha 3, this module breaks due to using gulp-util to create files. There is also the usage of PluginError, with an alternative listed on the gulp-util repo.
gulp-util recommends using vinyl directly to create files and using plugin-error directly to log errors.
If possible, could you update gulp-zip for these changes?
I've been using Gulp 4 alpha 2 fine with gulp-zip, but with the recent update to alpha 3, this module breaks due to using gulp-util to create files. There is also the usage of PluginError, with an alternative listed on the gulp-util repo.
gulp-util recommends using vinyl directly to create files and using plugin-error directly to log errors.
If possible, could you update gulp-zip for these changes?