8000 chore: bump bundlewatch thresholds due to new icons (#5419) · bootstrap-vue/bootstrap-vue@ab36bba · GitHub
[go: up one dir, main page]

Skip to content

Commit ab36bba

Browse files
authored
chore: bump bundlewatch thresholds due to new icons (#5419)
1 parent 4b0c163 commit ab36bba

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.bundlewatch.config.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
"files": [
33
{
44
"path": "./dist/bootstrap-vue-icons.js",
5-
"maxSize": "60 kB"
5+
"maxSize": "75 kB"
66
},
77
{
88
"path": "./dist/bootstrap-vue-icons.min.js",
9-
"maxSize": "55 kB"
9+
"maxSize": "70 kB"
1010
},
1111
{
1212
"path": "./dist/bootstrap-vue-icons.common.js",
13-
"maxSize": "65 kB"
13+
"maxSize": "80 kB"
1414
},
1515
{
1616
"path&quo 8000 t;: "./dist/bootstrap-vue-icons.common.min.js",
17-
"maxSize": "60 kB"
17+
"maxSize": "75 kB"
1818
},
1919
{
2020
"path": "./dist/bootstrap-vue-icons.esm.js",
21-
"maxSize": "65 kB"
21+
"maxSize": "80 kB"
2222
},
2323
{
2424
"path": "./dist/bootstrap-vue-icons.esm.min.js",
25-
"maxSize": "60 kB"
25+
"maxSize": "75 kB"
2626
},
2727
{
2828
"path": "./dist/bootstrap-vue-icons.css",
@@ -42,19 +42,19 @@
4242
},
4343
{
4444
"path": "./dist/bootstrap-vue.common.js",
45-
"maxSize": "260 kB"
45+
"maxSize": "275 kB"
4646
},
4747
{
4848
"path": "./dist/bootstrap-vue.common.min.js",
49-
"maxSize": "145 kB"
49+
"maxSize": "165 kB"
5050
},
5151
{
5252
"path": "./dist/bootstrap-vue.esm.js",
53-
"maxSize": "260 kB"
53+
"maxSize": "270 kB"
5454
},
5555
{
5656
"path": "./dist/bootstrap-vue.esm.min.js",
57-
"maxSize": "145 kB"
57+
"maxSize": "160 kB"
5858
},
5959
{
6060
"path": "./dist/bootstrap-vue.css",

0 commit comments

Comments
 (0)
0