Skip to content

Commit 73b17fd

Browse files
authored
fix: add cachedAssets to stats options (#779)
fixes #770
1 parent 07869f7 commit 73b17fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/webpack-plugin/src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class LoadablePlugin {
2222
const stats = compilation.getStats().toJson({
2323
all: false,
2424
assets: true,
25+
cachedAssets: true,
2526
chunks: false,
2627
chunkGroups: true,
2728
chunkGroupChildren: true,

0 commit comments

Comments
 (0)