Skip to content

Commit

Permalink
🐛 Fix inconsistent return in commons transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
Steel Brain committed Sep 22, 2018
1 parent d7cb99d commit 2dc4379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pundle-job-transformer-js-common/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function createComponent({
// file where we can push a new script tag.
// We could ideally push a require for the commons chunk but
// it's not a top priority.
return
return null
}

const chunkToFiles = new Map()
Expand Down

0 comments on commit 2dc4379

Please sign in to comment.