File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,15 @@ const bundlewatchConfig = {
1111 compression : 'gzip' ,
1212 } ,
1313 {
14- path : './dist/!(Icon|Toast|DropdownMenu|Pagination|Modal|SnackBar|StackNotificationManager|SegmentedControl)/*.mjs' ,
14+ path : './dist/!(Icon|Toast|DropdownMenu|Pagination|Modal|SnackBar|StackNotificationManager|SegmentedControl|Tooltip )/*.mjs' ,
1515 maxSize : '1.1 kB' ,
1616 compression : 'gzip' ,
1717 } ,
18+ {
19+ path : './dist/Tooltip/*.mjs' ,
20+ maxSize : '2.7 kB' ,
21+ compression : 'gzip' ,
22+ } ,
1823 {
1924 path : './dist/Modal/*.mjs' ,
2025 maxSize : '1.5 kB' ,
@@ -56,10 +61,15 @@ const bundlewatchConfig = {
5661 compression : 'gzip' ,
5762 } ,
5863 {
59- path : './dist/!(InlineNotification|Modal|SnackBar)/!(index).css' ,
64+ path : './dist/!(InlineNotification|Modal|SnackBar|Tooltip )/!(index).css' ,
6065 maxSize : '1.5 kB' ,
6166 compression : 'gzip' ,
6267 } ,
68+ {
69+ path : './dist/Tooltip/!(index).css' ,
70+ maxSize : '1.9 kB' ,
71+ compression : 'gzip' ,
72+ } ,
6373 {
6474 path : './dist/Modal/!(index).css' ,
6575 maxSize : '2.0 kB' ,
You can’t perform that action at this time.
0 commit comments