https://github.com/simon04/webpack-bundle-ncdu
webpack bundle stats for ncdu
https://github.com/simon04/webpack-bundle-ncdu
bundle-analyzer ncdu webpack
Last synced: 2 months ago
JSON representation
webpack bundle stats for ncdu
- Host: GitHub
- URL: https://github.com/simon04/webpack-bundle-ncdu
- Owner: simon04
- License: isc
- Created: 2021-03-09T21:13:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T21:21:38.000Z (over 5 years ago)
- Last Synced: 2025-04-05T21:16:05.399Z (about 1 year ago)
- Topics: bundle-analyzer, ncdu, webpack
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# webpack-bundle-ncdu
Analyses [webpack bundle stats](https://webpack.js.org/guides/code-splitting/#bundle-analysis) using the ncurses tool [ncdu](https://dev.yorhel.nl/ncdu).
## Usage
```sh
webpack --json | node webpack-ncdu.js | ncdu -f-
```
```
ncdu 1.15.1 ~ Use the arrow keys to navigate, press ? for help
--- /../node_modules ---
426.7 KiB [##########] /leaflet
380.6 KiB [######## ] /core-js
280.9 KiB [###### ] /jquery
194.9 KiB [#### ] /intl
178.3 KiB [#### ] /mobx
164.2 KiB [### ] /react-intl
143.4 KiB [### ] /tippy.js
137.4 KiB [### ] /react-dom
113.2 KiB [## ] /lodash-es
104.5 KiB [## ] /htmlparser2
```