Skip to content

Commit 64ac3f0

Browse files
authored
Merge pull request webpack#5835 from jbottigliero/tests-statsCases
[tests] statsCases/module-deduplication
2 parents f61e748 + 5c687cd commit 64ac3f0

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

test/statsCases/module-deduplication-named/expected.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Time: Xms
21
Asset Size Chunks Chunk Names
32
0.js 769 bytes 0 [emitted] async3
43
1.js 769 bytes 1 [emitted] async2

test/statsCases/module-deduplication-named/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
},
1010
stats: {
1111
hash: false,
12-
timings: true,
12+
timings: false,
1313
chunks: true,
1414
chunkModules: true,
1515
modules: false

test/statsCases/module-deduplication/expected.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Time: Xms
21
Asset Size Chunks Chunk Names
32
0.js 691 bytes 0, 3 [emitted]
43
1.js 691 bytes 1, 4 [emitted]

test/statsCases/module-deduplication/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
},
1010
stats: {
1111
hash: false,
12-
timings: true,
12+
timings: false,
1313
chunks: true,
1414
chunkModules: true,
1515
modules: false

0 commit comments

Comments
 (0)