Display the bundle size of npm packages.
- Lightning fast, instantly show bundle result, powered by esbuild
- Support JSX/Typescript/CSS
- For namespace (
* as
) imports, only count in-use properties - Bundle in memory and locally, no file writing, no extra installation
- Provide hover card of bundle statistics
Preview basic usage:
Preview namespace imports:
Preview hover card:
Because this extension builds locally, you need to pre-install dependencies.
- Only import declaration is supported (no plan for
require()
statement)