@@ -47,8 +47,6 @@ success (webpack x.x.x) compiled successfully in x ms"
47
47
48
48
exports[`logging should logging in multi-compiler and respect the "stats" option from configuration #3: stderr 1`] = `""`;
49
49
50
- exports[`logging should logging in multi-compiler and respect the "stats" option from configuration #3: stderr 2`] = `""`;
51
-
52
50
exports[`logging should logging in multi-compiler and respect the "stats" option from configuration #3: stdout 1`] = `
53
51
"asset bundle.js x KiB [emitted] (name: main)
54
52
./broken.js x bytes [built] [code generated] [1 error]
@@ -79,7 +77,9 @@ cacheable modules x bytes
79
77
webpack x.x.x compiled successfully in x ms"
80
78
`;
81
79
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`] = `
83
83
"asset bundle.js x KiB [emitted] (name: main)
84
84
./broken.js x bytes [built] [code generated] [1 error]
85
85
@@ -103,6 +103,24 @@ asset svg.svg x KiB [emitted] [from: svg.svg] (auxiliary name: main)
103
103
asset index.html x bytes [emitted] [from: index.html] (auxiliary name: main)"
104
104
`;
105
105
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
+
106
124
exports[`logging should logging in multi-compiler and respect the "stats" option from configuration: stderr 1`] = `""`;
107
125
108
126
exports[`logging should logging in multi-compiler and respect the "stats" option from configuration: stdout 1`] = `
0 commit comments