sindresorhus/gulp-filter

Has completely different behavior from 8.0.0

Closed this issue · 0 comments

.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