bundlesize icon indicating copy to clipboard operation
bundlesize copied to clipboard

Add minSize option

Open larionov opened this issue 6 years ago • 2 comments

Adds minSize, --min-size option to fail if size of the bundle is too small.

Description

Motivation and Context

Fixes #207. Sometimes it's useful to also have a warning when your bundle suddenly becomes too small, maybe that wasn't intentional. This crosses a bit into the functional tests realm but this check I think is simple enough and could serve as a sanity check for some hard-to-test changes, like in css bundles, which require visual/screenshot testing that is not always done.

Even if functional tests for your build are implemented I think the name bundlesize and maxSize options do imply that this tool made for the checking all the things about allowed sizes of files, so it makes sense to keep the information about minimal allowed sizes in the same config.

Screenshots (if appropriate):

screenshot_2018-04-04_12-44-47

Types of changes

  • New feature (non-breaking change which adds functionality)

larionov avatar Apr 04 '18 05:04 larionov

It's very use useful for controlling the minimum chunk size. Please review PR. We are waiting for this feature.

safonoi avatar Apr 05 '19 13:04 safonoi

This is the feature we are waiting for!

SmolinPavel avatar May 10 '19 08:05 SmolinPavel