Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 1b2b5a8

Browse files
committed
chore: ignore bundle-size
1 parent 8d146ce commit 1b2b5a8

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ jobs:
104104
uses: preactjs/compressed-size-action@v2
105105
with:
106106
repo-token: "${{ secrets.GITHUB_TOKEN }}"
107-
pattern: "**/dist/**/*.prod.js"
107+
pattern: "**/dist/**/*.esm.js"

.size-limit.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
[
22
{
3-
"path": "packages/core/dist/chakra-ui-vue-next.cjs.prod.js",
3+
"path": "packages/core/dist/chakra-ui-vue-next.cjs.js",
44
"limit": "86 KB",
5-
"ignore": [
6-
"vue",
7-
"@emotion/css"
8-
]
5+
"ignore": ["vue", "@emotion/css"]
96
},
107
{
118
"path": "packages/core/dist/chakra-ui-vue-next.esm.js",
129
"limit": "85 KB",
13-
"ignore": [
14-
"vue",
15-
"@emotion/css"
16-
]
10+
"ignore": ["vue", "@emotion/css"]
1711
}
18-
]
12+
]

0 commit comments

Comments
 (0)