Skip to content

Commit

Permalink
remove replace code
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed May 9, 2024
1 parent f44cb58 commit 8d81c29
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools-public/toolpad/resources/bundleSizeQueries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ function getMainBundleLabel(bundleId: string): string {
.replace(/^@material-ui\/unstyled$/, '@mui/core')
// org rename
.replace(/^@material-ui\/([\w-]+)$/, '@mui/$1')
// path renames
.replace(
/^packages\/material-ui\/material-ui\.production\.min\.js$/,
'packages/mui-material/material-ui.production.min.js',
)
.replace(/^@material-ui\/core\//, '')
.replace(/\.esm$/, '')
);
Expand Down

0 comments on commit 8d81c29

Please sign in to comment.