If a project contains a CSS file in imports, for example import "./styles.css";, size-limit with esbuild plugin only counts CSS size and skips Javascript. The same works well on webpack + webpack-css plugin.
Reproducible in this sample project: https://github.com/just-boris/size-limit-demos
The same entry produces different results when using esbuild and webpack plugins