Skip to content

Add a "minimum" size in addition to "limit" #12

Description

@boris-petrov

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions