Skip to content

Commit

Permalink
Update bundlesize.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini committed Feb 26, 2024
1 parent 82eb258 commit e517301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui-system/bundlesize.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ export default {
},
{
path: `${bundlePath}/assets/index.js`,
limit: "20 KB",
limit: "3 KB",
},
{
path: `${bundlePath}/assets/vendor.js`,
limit: "67 KB",
limit: "46 KB",
},
],
};

0 comments on commit e517301

Please sign in to comment.