Skip to content

Commit 5da8b70

Browse files
authored
clarifying comment
1 parent 39a3c6e commit 5da8b70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/webpack/shared-entry-concat-plugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ function SharedEntryConcatPlugin(sharedEntryName) {
1818

1919
function getChunkFilename(compilation, chunkName) {
2020
const chunk = compilation.namedChunks.get(chunkName);
21+
// any "additional" files - like .hot-update.js when using --hot
2122
const additionalChunkAssets = compilation.additionalChunkAssets || [];
2223

2324
if (!chunk) {

0 commit comments

Comments
 (0)