1.0.1 • Published 2 years ago
webpack-bundle-insights v1.0.1
webpack-bundle-insights
Webpack-bundle insights is a collection of tools and utilities to help make sense of Webpack bundle compilation results. It consumes the output of webpack-bundle-stats-plugin.
BundleGraphExplorer
BundleGraphExplorer allows you to walk your bundle graph, loading bundles one by one, and understand the impact of each.
<BundleGraphExplorer stats={stats} className={cssClass} />Properties:
stats: aBundleStatsobject produced bywebpack-bundle-stats-pluginclassName: a CSS class to apply to the root element of the control. For the control to lay out correctly, this should create a positioning context (e.g.position: absoluteorposition: relative).