Commit 1139f62c authored by XhmikosR's avatar XhmikosR
Browse files

Adjust bundlesize limits.

parent 8f6cffde
Showing with 2 additions and 2 deletions
+2 -2
...@@ -186,11 +186,11 @@ ...@@ -186,11 +186,11 @@
}, },
{ {
"path": "./dist/js/bootstrap.bundle.min.js", "path": "./dist/js/bootstrap.bundle.min.js",
"maxSize": "21 kB" "maxSize": "21.25 kB"
}, },
{ {
"path": "./dist/js/bootstrap.js", "path": "./dist/js/bootstrap.js",
"maxSize": "22.5 kB" "maxSize": "23 kB"
}, },
{ {
"path": "./dist/js/bootstrap.min.js", "path": "./dist/js/bootstrap.min.js",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment