mirror of https://github.com/webpack/webpack.git
fixes for stats
This commit is contained in:
parent
f1739f9af9
commit
8b81788a73
|
@ -858,6 +858,7 @@ class Stats {
|
|||
depth: false,
|
||||
usedExports: false,
|
||||
providedExports: false,
|
||||
optimizationBailout: false,
|
||||
children: false,
|
||||
source: false,
|
||||
errors: false,
|
||||
|
|
|
@ -167,6 +167,7 @@ describe("Stats", () => {
|
|||
depth: false,
|
||||
usedExports: false,
|
||||
providedExports: false,
|
||||
optimizationBailout: false,
|
||||
colors: true,
|
||||
performance: true
|
||||
});
|
||||
|
@ -194,6 +195,7 @@ describe("Stats", () => {
|
|||
depth: false,
|
||||
usedExports: false,
|
||||
providedExports: false,
|
||||
optimizationBailout: false,
|
||||
children: false,
|
||||
source: false,
|
||||
errors: false,
|
||||
|
|
Loading…
Reference in New Issue