A modern take on webpack/analyse powered by TypeScript, React, React-Table and Bulma.
👉 Supports Webpack 3 and Webpack 4 JSON data!
webpack-xray is available online at https://akx.github.io/webpack-xray/.
If you like, you can also use it offline (and these instructions double as instructions on how to get hacking on it):
- Clone the repository
- Install dependencies with
yarn(ornpm i) - Run the Poi dev server with
yarn dev --open(npm run dev -- --open).
- Lists the assets, chunks, entry points and modules in your bundle in sortable tables
- Drilldowns: chunk origins, module reasons, etc.
- Chunk-and-module graph (a little slow on large projects)
- Module referrer/referrent tables
- Hints
- Profiler data
- Support for Webpack 3
childrendata?
- "Critical path" analysis, i.e. "why are these large modules included?"