UNPKG
next-page-budget
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
CLI tool to specify and control per page JS bundle limit for Next.js applications
next-page-budget
/
.next-page-budget.json
8 lines
(7 loc)
•
103 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"compression"
:
"gz"
,
"pages"
:
{
"/auth"
:
{
"limit"
:
"300 kB"
}
,
"/brand"
:
"500 kB"
}
}