Skip to content

Commit b82ce87

Browse files
committed
remove unused
1 parent 0ed2b31 commit b82ce87

File tree

3 files changed

+20
-74
lines changed

3 files changed

+20
-74
lines changed

packages/bundle-size-checker/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"compression-webpack-plugin": "^10.0.0",
3333
"css-loader": "^7.1.2",
3434
"env-ci": "^11.1.0",
35-
"esbuild": "^0.25.2",
3635
"execa": "^7.2.0",
3736
"fast-glob": "^3.3.2",
3837
"file-loader": "^6.2.0",

packages/bundle-size-checker/src/types.d.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@ interface StatsChunkGroup {
1818
assets: Array<{ name: string; size: number }>;
1919
}
2020

21-
/* interface WebpackStats {
22-
hasErrors(): boolean;
23-
toJson(options: any): {
24-
assets?: StatsAsset[];
25-
entrypoints?: Record<string, StatsChunkGroup>;
26-
errors?: any[];
27-
};
28-
}
29-
*/
3021
// Upload configuration with optional properties
3122
interface UploadConfig {
3223
repo?: string; // The repository name (e.g., "mui/material-ui")

pnpm-lock.yaml

Lines changed: 20 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)