Skip to content

Commit

Permalink
fix($flow): make arg optional
Browse files Browse the repository at this point in the history
  • Loading branch information
faceyspacey committed Jul 28, 2017
1 parent 1a820a2 commit 99e52f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flushChunks.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const concatFilesAtKeys = (
const filesFromChunks = (
chunkNames: Files,
assetsByChunkName: FilesMap,
checkChunkNames: boolean
checkChunkNames?: boolean
): Files => {
const hasChunk = entry => {
const result = !!assetsByChunkName[entry]
Expand Down

0 comments on commit 99e52f0

Please sign in to comment.