webpack-bundle-insights
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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: a BundleStats object produced by webpack-bundle-stats-plugin
  • className: 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: absolute or position: relative).

Readme

Keywords

none

Package Sidebar

Install

npm i webpack-bundle-insights

Weekly Downloads

15

Version

1.0.1

License

MIT

Unpacked Size

48.9 kB

Total Files

49

Last publish

Collaborators

  • smikula