Skip to content

Commit 818682c

Browse files
committed
chore: fix size-limit config
1 parent 94140b5 commit 818682c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@
6262
},
6363
"size-limit": [
6464
{
65-
"path": "dist/index.js",
65+
"path": "dist/index.min.js",
6666
"limit": "15 KB"
6767
},
6868
{
69-
"path": "dist/index.mjs",
69+
"path": "dist/index.min.mjs",
7070
"limit": "15 KB"
7171
}
7272
],

0 commit comments

Comments
 (0)