From e08e96e5e6e064ec3c601387b5e1c07adbe86cfa Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Fri, 29 May 2020 11:31:11 +0200 Subject: [PATCH] [test] Track size of `@material-ui/utils` --- scripts/sizeSnapshot/webpack.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/sizeSnapshot/webpack.config.js b/scripts/sizeSnapshot/webpack.config.js index eecbc1d081ff32..5e311133754f41 100644 --- a/scripts/sizeSnapshot/webpack.config.js +++ b/scripts/sizeSnapshot/webpack.config.js @@ -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', + }, ]; }