1 parent 0000f4e commit 02fabafCopy full SHA for 02fabaf
1 file changed
lib/Stats.js
@@ -133,7 +133,7 @@ class Stats {
133
const sortModules = optionsOrFallback(options.modulesSort, "id");
134
const sortChunks = optionsOrFallback(options.chunksSort, "id");
135
const sortAssets = optionsOrFallback(options.assetsSort, "");
136
- const showOutputPath = optionOrLocalFallback(options.outputPath, true);
+ const showOutputPath = optionOrLocalFallback(options.outputPath, !forToString);
137
138
if(!showCachedModules) {
139
excludeModules.push((ident, module) => !module.built);
0 commit comments