sindresorhus / gulp-filter

Filter files in a `vinyl` stream
MIT License
315 stars 37 forks source link

Has completely different behavior from 8.0.0 #98

Closed ajiho closed 8 months ago

ajiho commented 8 months ago
.pipe(filter('**/*.css'))//Only handle CSS
    .pipe(sourcemaps.write('.'))
    .pipe(gulp.dest('dist/css'))

This works normally in 8.0 and there will be no output in 9.0