diff --git a/packages/react-server-data-bundle-cache/gulpfile.js b/packages/react-server-data-bundle-cache/gulpfile.js index 74dc97ebd..64ed3e7ae 100644 --- a/packages/react-server-data-bundle-cache/gulpfile.js +++ b/packages/react-server-data-bundle-cache/gulpfile.js @@ -11,7 +11,7 @@ const SRC = "src/**/*.js"; gulp.task('build', ['build-index', 'build-lib']); gulp.task('build-index', () => gulp.src('main.js') - .pipe(tagger({trim: 'react-server/packages/'})) + .pipe(tagger()) .pipe(rename('index.js')) .pipe(gulp.dest(".")) )