@@ -4,30 +4,30 @@ const config: SizeLimitConfig = [
4
4
{
5
5
name : "import * from 'next-intl' (react-client, production)" ,
6
6
path : 'dist/esm/production/index.react-client.js' ,
7
- limit : '13.175 KB'
7
+ limit : '13.065 KB'
8
8
} ,
9
9
{
10
10
name : "import {NextIntlClientProvider} from 'next-intl' (react-client, production)" ,
11
11
import : '{NextIntlClientProvider}' ,
12
12
path : 'dist/esm/production/index.react-client.js' ,
13
- limit : '1.055 KB'
13
+ limit : '1 KB'
14
14
} ,
15
15
{
16
16
name : "import * from 'next-intl' (react-server, production)" ,
17
17
path : 'dist/esm/production/index.react-server.js' ,
18
- limit : '14.085 KB'
18
+ limit : '14.005 KB'
19
19
} ,
20
20
{
21
21
name : "import {createNavigation} from 'next-intl/navigation' (react-client, production)" ,
22
22
path : 'dist/esm/production/navigation.react-client.js' ,
23
23
import : '{createNavigation}' ,
24
- limit : '2.525 KB'
24
+ limit : '2.445 KB'
25
25
} ,
26
26
{
27
27
name : "import {createNavigation} from 'next-intl/navigation' (react-server, production)" ,
28
28
path : 'dist/esm/production/navigation.react-server.js' ,
29
29
import : '{createNavigation}' ,
30
- limit : '3.385 KB'
30
+ limit : '3.245 KB'
31
31
} ,
32
32
{
33
33
name : "import * from 'next-intl/server' (react-client, production)" ,
@@ -37,12 +37,12 @@ const config: SizeLimitConfig = [
37
37
{
38
38
name : "import * from 'next-intl/server' (react-server, production)" ,
39
39
path : 'dist/esm/production/server.react-server.js' ,
40
- limit : '13.365 KB'
40
+ limit : '13.335 KB'
41
41
} ,
42
42
{
43
43
name : "import * from 'next-intl/middleware' (production)" ,
44
44
path : 'dist/esm/production/middleware.js' ,
45
- limit : '9.305 KB'
45
+ limit : '9.265 KB'
46
46
} ,
47
47
{
48
48
name : "import * from 'next-intl/routing' (production)" ,
0 commit comments