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 a95f414 commit 9ea1999Copy full SHA for 9ea1999
lib/Stats.js
@@ -449,7 +449,7 @@ class Stats {
449
}
450
451
if (showChunkGroups) {
452
- obj.chunkGroups = fnChunkGroup(compilation.namedChunkGroups);
+ obj.namedChunkGroups = fnChunkGroup(compilation.namedChunkGroups);
453
454
455
const fnModule = module => {
test/Stats.unittest.js
@@ -164,7 +164,7 @@ describe(
164
children: [],
165
chunks: [],
166
entrypoints: {},
167
- chunkGroups: {},
+ namedChunkGroups: {},
168
filteredAssets: 0,
169
filteredModules: 0,
170
errors: [],
0 commit comments