Skip to content

Commit

Permalink
chore(bundlewatch): update target sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed May 6, 2020
1 parent b7d871e commit a18d1d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .bundlewatch.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@
},
{
"path": "./dist/css/boosted.css",
"maxSize": "36.75 kB"
"maxSize": "36.5 kB"
},
{
"path": "./dist/css/boosted.min.css",
"maxSize": "33.5 kB"
},
{
"path": "./dist/js/boosted.bundle.js",
"maxSize": "58.25 kB"
"maxSize": "57.5 kB"
},
{
"path": "./dist/js/boosted.bundle.min.js",
"maxSize": "27.5 kB"
"maxSize": "27 kB"
},
{
"path": "./dist/js/boosted.js",
"maxSize": "35.75 kB"
"maxSize": "35 kB"
},
{
"path": "./dist/js/boosted.min.js",
"maxSize": "20.5 kB"
"maxSize": "20 kB"
}
]
}

0 comments on commit a18d1d2

Please sign in to comment.