Skip to content

Commit

Permalink
Fix module tagging for react server core (redfin#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-wade authored and gigabo committed Aug 22, 2016
1 parent db55f26 commit 4d5bc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-server/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function compile(serverSide) {
return gulp.src(src)
.pipe(codeFilter)
.pipe(changed(dest, {extension: '.js'}))
.pipe(logging({trim: 'react-server/packages/'}))
.pipe(logging())
.pipe(replace("SERVER_SIDE", serverSide ? "true" : "false"))
.pipe(gulpif(shouldSourcemap(), sourcemaps.init()))
.pipe(common.es6Transform())
Expand Down

0 comments on commit 4d5bc3d

Please sign in to comment.