Skip to content

Commit

Permalink
fix: add cachedAssets to stats options (#779)
Browse files Browse the repository at this point in the history
fixes #770
  • Loading branch information
depoulo committed May 26, 2021
1 parent 07869f7 commit 73b17fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/webpack-plugin/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class LoadablePlugin {
const stats = compilation.getStats().toJson({
all: false,
assets: true,
cachedAssets: true,
chunks: false,
chunkGroups: true,
chunkGroupChildren: true,
Expand Down

0 comments on commit 73b17fd

Please sign in to comment.