mirror of https://github.com/webpack/webpack.git
Update Stats.js
This commit is contained in:
parent
0000f4e3cb
commit
02fabaf41c
|
|
@ -133,7 +133,7 @@ class Stats {
|
|||
const sortModules = optionsOrFallback(options.modulesSort, "id");
|
||||
const sortChunks = optionsOrFallback(options.chunksSort, "id");
|
||||
const sortAssets = optionsOrFallback(options.assetsSort, "");
|
||||
const showOutputPath = optionOrLocalFallback(options.outputPath, true);
|
||||
const showOutputPath = optionOrLocalFallback(options.outputPath, !forToString);
|
||||
|
||||
if(!showCachedModules) {
|
||||
excludeModules.push((ident, module) => !module.built);
|
||||
|
|
|
|||
Loading…
Reference in New Issue