Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
build(size-limit): reduce the maximum possible
Browse files Browse the repository at this point in the history
library size
  • Loading branch information
mg901 committed Nov 10, 2019
1 parent 6ade9b2 commit 2f006a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .size-limit.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = [
{
path: 'src/index.js',
limit: '1.78kb',
limit: '1.77kb',
},
];

0 comments on commit 2f006a4

Please sign in to comment.