Update Stats.js

This commit is contained in:
Francis John 2018-01-31 20:00:29 -08:00 committed by Francis John
parent 0000f4e3cb
commit 02fabaf41c
1 changed files with 1 additions and 1 deletions

View File

@ -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);