Skip to content

Commit

Permalink
add size-limit for new chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
akellbl4 committed Nov 9, 2024
1 parent 02da7d5 commit e5c2f28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hugo/.size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ module.exports = [
path: 'static/build/vendor.js',
limit: '135 KB',
},
{
path: 'static/build/vendor~sentry.js',
limit: '15 KB',
},
{
path: 'static/build/app.css',
limit: '8 KB',
Expand Down

0 comments on commit e5c2f28

Please sign in to comment.