We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a3c6e commit 5da8b70Copy full SHA for 5da8b70
lib/webpack/shared-entry-concat-plugin.js
@@ -18,6 +18,7 @@ function SharedEntryConcatPlugin(sharedEntryName) {
18
19
function getChunkFilename(compilation, chunkName) {
20
const chunk = compilation.namedChunks.get(chunkName);
21
+ // any "additional" files - like .hot-update.js when using --hot
22
const additionalChunkAssets = compilation.additionalChunkAssets || [];
23
24
if (!chunk) {
0 commit comments