Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap
Overall
score
98%
A build tool that analyzes webpack bundles while excluding specific assets based on configurable patterns.
Create a webpack configuration that integrates bundle analysis with the following filtering behavior:
The analyzer should exclude assets matching any of these patterns:
*.legacy.jspolyfills.123abc.js)dist/bundle-report.htmlmain.js, vendor.bundle.js, app.legacy.js, and polyfills.abc123.js, only main.js should appear in the analysis report @testdist/bundle-report.html @test@generates
// Export a webpack configuration object that includes the bundle analyzer plugin
// with appropriate filtering and output options
module.exports = {
// webpack configuration here
};Provides bundle size analysis and visualization capabilities.
Install with Tessl CLI
npx tessl i tessl/npm-webpack-bundle-analyzerevals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10