Skip to content

Commit 2e35cd4

Browse files
authored
[code-infra] Stabilize size for bundles with releaseInfo (#19674)
1 parent 6530920 commit 2e35cd4

File tree

3 files changed

+133
-127
lines changed

3 files changed

+133
-127
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prettier:all": "prettier --write . --ignore-path .lintignore",
3333
"proptypes": "tsx ./docs/scripts/generateProptypes.ts",
3434
"size:snapshot": "pnpm -F ./test/bundle-size check",
35-
"size:why": "pnpm size:snapshot --analyze --accurateBundles",
35+
"size:why": "pnpm size:snapshot --analyze",
3636
"test": "pnpm test:unit:jsdom",
3737
"test:jsdom": "pnpm test:unit:jsdom",
3838
"test:unit": "pnpm test:unit:jsdom",
@@ -78,7 +78,7 @@
7878
"@inquirer/prompts": "^7.8.6",
7979
"@mui/icons-material": "catalog:",
8080
"@mui/internal-babel-plugin-display-name": "^1.0.4-canary.7",
81-
"@mui/internal-bundle-size-checker": "^1.0.9-canary.45",
81+
"@mui/internal-bundle-size-checker": "^1.0.9-canary.46",
8282
"@mui/internal-code-infra": "^0.0.3-canary.15",
8383
"@mui/internal-markdown": "^2.0.6",
8484
"@mui/internal-test-utils": "catalog:",

0 commit comments

Comments
 (0)