Skip to content

Commit

Permalink
fix: all stats regression. fixes #244
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Jan 17, 2021
1 parent 51a3064 commit 3049d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const emitHook = function emit(
const emitCount = emitCountMap.get(manifestFileName) - 1;
// Disable everything we don't use, add asset info, show cached assets
const stats = compilation.getStats().toJson({
// all: false,
all: false,
assets: true,
cachedAssets: true,
ids: true,
Expand Down

0 comments on commit 3049d93

Please sign in to comment.