Skip to content

Commit 5a7e35e

Browse files
authored
chore: remove unused getStatsAssetsOptions function (#6633)
1 parent 9da4e89 commit 5a7e35e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/core/src/helpers/stats.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,6 @@ export const getStatsWarnings = ({
5858
return [];
5959
};
6060

61-
export const getStatsAssetsOptions = (): Rspack.StatsOptions => ({
62-
assets: true,
63-
cachedAssets: true,
64-
groupAssetsByInfo: false,
65-
groupAssetsByPath: false,
66-
groupAssetsByChunk: false,
67-
groupAssetsByExtension: false,
68-
groupAssetsByEmitStatus: false,
69-
});
70-
7161
export type RsbuildAsset = {
7262
/**
7363
* The name of the asset.

0 commit comments

Comments
 (0)