Skip to content

Commit

Permalink
Adds bundle size fix
Browse files Browse the repository at this point in the history
  • Loading branch information
walmazacn committed Oct 4, 2024
1 parent 5a24e7b commit d0d5c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle-size.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const path = require('path');
const filesAndLimits = [
{
path: 'client/public/luigi-client.js',
limit: 50
limit: 65
},
{
path: 'core/public/luigi.js',
Expand Down

0 comments on commit d0d5c60

Please sign in to comment.