import task from 'tasco' task('foo', t => { t.input('./src/index.js') .pipe(babel()) .pipe(t.output('./dist')) })