npm.io
0.2.2 • Published 4 years ago

webpack-stats-tree

Licence
MIT
Version
0.2.2
Deps
6
Size
9 kB
Vulns
0
Weekly
0

webpack-stats-tree

npm Node.js CI status npm

Answer to "What's in the bundle"

screenshot

You can see which modules and files are in your chunk

Installation

npm i webpack-stats-tree

API

const { analyze, format } = require( 'webpack-stats-tree' )

console.log( format( analyze( webpackStats ) ) )

License

MIT