1.0.1 • Published 2 months ago

webpack-bundle-insights v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

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).
1.0.1

2 months ago

1.0.0

2 months ago

0.2.0

8 months ago

0.1.1

1 year ago

0.1.0

1 year ago