microsoft / monosize

Bundle size tooling for monorepos
MIT License
25 stars 9 forks source link

feat(monosize): add `--fixture` argument to `measure` command to target specific fixture files #75

Closed benkeen closed 1 month ago

benkeen commented 1 month ago

This adds an optional --fixtures argument to allow the monosize measure command to target specific fixtures by filename or pattern.

README updated with examples.

benkeen commented 1 month ago

Thanks, @Hotell! I've incorporated those changes.

Hotell commented 1 month ago

Thanks, @Hotell! I've incorporated those changes.

two more things and we should be ready to merge. ty!

benkeen commented 1 month ago

Thanks @hotell! Updated.