Skip to content

Commit 8e7c90f

Browse files
committed
chore(spindle-ui): bundlewatchを変更
1 parent ddb3c2e commit 8e7c90f

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

packages/spindle-ui/.bundlewatch.config.js

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)