-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
[code-infra] Clean up bundle size checker #45622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Netlify deploy previewhttps://deploy-preview-45622--material-ui.netlify.app/ @material-ui/core: parsed: -100.00% 😍, gzip: -100.00% 😍 Bundle size reportDetails of bundle changes (Toolpad) |
scripts/sizeSnapshot/create.js
Outdated
@@ -23,6 +23,14 @@ async function getWebpackSizes(webpackEnvironment) { | |||
|
|||
const entries = await getWebpackEntries(); | |||
|
|||
const seen = new Set(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still need this code now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can just deduplicate now, no need to error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
Signed-off-by: Jan Potoms <[email protected]>
Closes #43441
This PR will establish a new baseline for bundle sizes