return gulp.src(release.source + component + '!(*.min|*.map).js')
        .pipe(plumber())
        .pipe(flatten())
        .pipe(replace(regExp.match.componentExport, regExp.replace.componentExport))
        .pipe(replace(regExp.match.componentReference, regExp.replace.componentReference))