Skip to content

Commit f47c001

Browse files
strack bundle size
1 parent c59ed2b commit f47c001

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/sizeSnapshot/webpack.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ async function getSizeLimitBundles() {
8282
webpack: true,
8383
path: 'packages/material-ui/build/esm/useMediaQuery/index.js',
8484
},
85+
{
86+
name: '@material-ui/core/useScrollTrigger',
87+
webpack: true,
88+
path: 'packages/material-ui/build/esm/useScrollTrigger/index.js',
89+
},
8590
];
8691
}
8792

0 commit comments

Comments
 (0)