Skip to content

Commit 1483cfe

Browse files
committed
Test bundle analyzer
1 parent 702ec28 commit 1483cfe

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

examples/bundle-test/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"nextBundleAnalysis": {
1717
"budget": 358400,
1818
"budgetPercentIncreaseRed": 20,
19-
"showDetails": true
19+
"showDetails": true,
20+
"minimumChangeThreshold": 0
2021
}
2122
}

examples/bundle-test/pages/js-page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export default function Page() {
22
return (
33
<div>
44
<h1>Hello</h1>
5-
Lorem ipsum dolor sit amet.
5+
Lorem ipsum dolor sit amet. Consectetur adipiscing elit.
66
</div>
77
)
88
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Hello
22

3-
Lorem ipsum dolor sit amet.
3+
Lorem ipsum dolor sit amet. Consectetur adipiscing elit.

0 commit comments

Comments
 (0)