Skip to content

Commit

Permalink
chore: increase bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Jul 15, 2020
1 parent b5c92f5 commit c34881b
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c34881b

Please sign in to comment.