shama / webpack-stream

:tropical_drink: Run webpack through a stream interface
MIT License
1.39k stars 122 forks source link

Drop dependency on deprecated `gulp-util` #175

Closed demurgos closed 6 years ago

demurgos commented 6 years ago

Hi, gulp-util is deprecated. It should be replaced by dependencies on the individual components used by gulp-eslint. The README lists alternatives for the different components.

See https://github.com/gulpjs/gulp/issues/2065