Skip to content

Commit 6304b63

Browse files
committed
fix: bump dist size limit
1 parent e6ae05a commit 6304b63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/analytics/analytics-echarts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"extends": "../../../package.json"
5959
},
6060
"distSizeChecker": {
61-
"errorLimit": "200KB"
61+
"errorLimit": "2MB"
6262
},
6363
"peerDependencies": {
6464
"@kong/kongponents": "9.41.1",

packages/analytics/dashboard-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"extends": "../../../package.json"
7272
},
7373
"distSizeChecker": {
74-
"errorLimit": "750KB"
74+
"errorLimit": "3MB"
7575
},
7676
"peerDependencies": {
7777
"@kong-ui-public/analytics-chart": "workspace:^",

0 commit comments

Comments
 (0)