Skip to content

Commit 13e07c6

Browse files
committed
linking to issue
1 parent 7c96476 commit 13e07c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/config-generator.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ class ConfigGenerator {
416416
// for example, 0.js. This is needed so that the filename
417417
// doesn't change suddenly when another entry needs that same
418418
// shared code (e.g. vendor~entry1~entry2.js).
419+
// https://github.com/webpack/webpack/issues/8426#issuecomment-442375207
419420
if (this.webpackConfig.shouldSplitEntryChunks && this.webpackConfig.isProduction()) {
420421
splitChunks.name = false;
421422
}

0 commit comments

Comments
 (0)