Skip to content

Commit

Permalink
[test] Track size of @material-ui/utils (#21240)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored May 29, 2020
1 parent d34d0ee commit f405061
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/sizeSnapshot/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ async function getSizeLimitBundles() {
webpack: true,
path: 'packages/material-ui/build/esm/useScrollTrigger/index.js',
},
{
name: '@material-ui/utils',
webpack: true,
path: 'packages/material-ui-utils/build/esm/index.js',
},
];
}

Expand Down

0 comments on commit f405061

Please sign in to comment.