2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-01 05:54:03 +03:00

Update bundlewatch maxSize for ES module to 11 KB to reflect current build size

Co-authored-by: sagalbot <692538+sagalbot@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-09 20:48:27 +00:00
parent 5678996e96
commit ddd4bdaae9
+1 -1
View File
@@ -90,7 +90,7 @@
{
"path": "./dist/vue-select.es.js",
"compression": "gzip",
"maxSize": "8 KB"
"maxSize": "11 KB"
},
{
"path": "./dist/vue-select.umd.js",