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 7c96476 commit 13e07c6Copy full SHA for 13e07c6
lib/config-generator.js
@@ -416,6 +416,7 @@ class ConfigGenerator {
416
// for example, 0.js. This is needed so that the filename
417
// doesn't change suddenly when another entry needs that same
418
// shared code (e.g. vendor~entry1~entry2.js).
419
+ // https://github.com/webpack/webpack/issues/8426#issuecomment-442375207
420
if (this.webpackConfig.shouldSplitEntryChunks && this.webpackConfig.isProduction()) {
421
splitChunks.name = false;
422
}
0 commit comments