Skip to content
Prev Previous commit
Next Next commit
chore: increase bundle size
  • Loading branch information
vasco-santos committed Jul 15, 2020
commit c34881b3db48f72b9d41f594fac05260f1536853
2 changes: 1 addition & 1 deletion .aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const after = async () => {
}

module.exports = {
bundlesize: { maxSize: '202kB' },
bundlesize: { maxSize: '205kB' },
hooks: {
pre: before,
post: after
Expand Down