Bundle size monitoring

In the past couple of months we made heavy use of bundle-visualizer to find culprits for a increasing bundle size.
The problem is, that we usually don’t notice an increase in bundle size immediately and then have to track down when/why it was introduced.

How are you guys solving that problem? Is there s solution which integrates well with a cli? It would be cool if I could just use size-limit like in npm/webpack world to disallow an accidental bloat. Is there anything similar for meteor?

best regards

edit: seems a bit hacky, but one could probably use the .stats.json file and compare the totalMinifiedBytes value.