From d2b0ed79a12f6807bbefff549de68c91af15cdc2 Mon Sep 17 00:00:00 2001 From: Gilad Shoham Date: Wed, 6 Apr 2022 17:56:04 +0300 Subject: [PATCH] add chunkGroupAuxiliary for stats.toJson fix issues with missing assets like images in remote scopes --- scopes/webpack/webpack/webpack.bundler.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scopes/webpack/webpack/webpack.bundler.ts b/scopes/webpack/webpack/webpack.bundler.ts index ffd9d90b37e5..8d74c62495e7 100644 --- a/scopes/webpack/webpack/webpack.bundler.ts +++ b/scopes/webpack/webpack/webpack.bundler.ts @@ -63,6 +63,7 @@ export class WebpackBundler implements Bundler { warnings: true, errors: true, assets: true, + chunkGroupAuxiliary: true, relatedAssets: true, }); const assetsMap = this.getAssets(info);