-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
The reasoning is this - sometimes I could delete a bunch of code or maybe some dependency and my bundle would become much smaller. The bundle-size test would pass easily. Then, later on, I do some stupid mistake which increases my bundle size a lot but I still won't catch it by the bundle-size test because the size is still lower than the initial "limit" that I set.
If we have a "minimum" option then I would lower both it and the "limit" after I remove the dependency initially and then the second time I would catch the mistake I do.
Not sure if I make sense but this is something that I think is possible and would be nice to have.
Metadata
Metadata
Assignees
Labels
No labels