We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07869f7 commit 73b17fdCopy full SHA for 73b17fd
packages/webpack-plugin/src/index.js
@@ -22,6 +22,7 @@ class LoadablePlugin {
22
const stats = compilation.getStats().toJson({
23
all: false,
24
assets: true,
25
+ cachedAssets: true,
26
chunks: false,
27
chunkGroups: true,
28
chunkGroupChildren: true,
0 commit comments