mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +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:
+1
-1
@@ -90,7 +90,7 @@
|
|||||||
{
|
{
|
||||||
"path": "./dist/vue-select.es.js",
|
"path": "./dist/vue-select.es.js",
|
||||||
"compression": "gzip",
|
"compression": "gzip",
|
||||||
"maxSize": "8 KB"
|
"maxSize": "11 KB"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "./dist/vue-select.umd.js",
|
"path": "./dist/vue-select.umd.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user