@@ -47,8 +47,6 @@ success (webpack x.x.x) compiled successfully in x ms"
4747
4848exports[`logging should logging in multi-compiler and respect the "stats" option from configuration #3: stderr 1`] = `""`;
4949
50- exports[`logging should logging in multi-compiler and respect the "stats" option from configuration #3: stderr 2`] = `""`;
51-
5250exports[`logging should logging in multi-compiler and respect the "stats" option from configuration #3: stdout 1`] = `
5351"asset bundle.js x KiB [emitted] (name: main)
5452./broken.js x bytes [built] [code generated] [1 error]
@@ -79,7 +77,9 @@ cacheable modules x bytes
7977webpack x.x.x compiled successfully in x ms"
8078`;
8179
82- exports[`logging should logging in multi-compiler and respect the "stats" option from configuration #3: stdout 2`] = `
80+ exports[`logging should logging in multi-compiler and respect the "stats" option from configuration #4: stderr 1`] = `""`;
81+
82+ exports[`logging should logging in multi-compiler and respect the "stats" option from configuration #4: stdout 1`] = `
8383"asset bundle.js x KiB [emitted] (name: main)
8484./broken.js x bytes [built] [code generated] [1 error]
8585
@@ -103,6 +103,24 @@ asset svg.svg x KiB [emitted] [from: svg.svg] (auxiliary name: main)
103103asset index.html x bytes [emitted] [from: index.html] (auxiliary name: main)"
104104`;
105105
106+ exports[`logging should logging in multi-compiler and respect the "stats" option from configuration #5: stderr 1`] = `""`;
107+
108+ exports[`logging should logging in multi-compiler and respect the "stats" option from configuration #5: stdout 1`] = `
109+ "asset bundle.js x KiB [emitted] (name: main)
110+ ./bar.js x bytes [built] [code generated]
111+ webpack x.x.x compiled successfully in x ms
112+
113+ asset bundle.js x KiB [emitted] (name: main)
114+ asset svg.svg x KiB [emitted] [from: svg.svg] (auxiliary name: main)
115+ asset index.html x bytes [emitted] [from: index.html] (auxiliary name: main)
116+ runtime modules x bytes x modules
117+ cacheable modules x bytes
118+ ./foo.js x bytes [built] [code generated]
119+ ./svg.svg x bytes [built] [code generated]
120+ ./index.html x bytes [built] [code generated]
121+ webpack x.x.x compiled successfully in x ms"
122+ `;
123+
106124exports[`logging should logging in multi-compiler and respect the "stats" option from configuration: stderr 1`] = `""`;
107125
108126exports[`logging should logging in multi-compiler and respect the "stats" option from configuration: stdout 1`] = `
0 commit comments