Skip to content

Commit

Permalink
add chunkGroupAuxiliary for stats.toJson
Browse files Browse the repository at this point in the history
fix issues with missing assets like images in remote scopes
  • Loading branch information
GiladShoham committed Apr 6, 2022
1 parent b3dadb0 commit d2b0ed7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scopes/webpack/webpack/webpack.bundler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export class WebpackBundler implements Bundler {
warnings: true,
errors: true,
assets: true,
chunkGroupAuxiliary: true,
relatedAssets: true,
});
const assetsMap = this.getAssets(info);
Expand Down

0 comments on commit d2b0ed7

Please sign in to comment.