Skip to content

Commit

Permalink
update files set access
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jun 18, 2019
1 parent 134da07 commit c22525e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ module.exports = (
}

for (const chunk of stats.compilation.chunks) {
finalizeOutput(chunk.files[0]);
finalizeOutput(chunk.files.values().next().value);
}

function finalizeOutput (filename) {
Expand Down

0 comments on commit c22525e

Please sign in to comment.