robertknight / webpack-bundle-size-analyzer

A tool for finding out what contributes to the size of Webpack bundles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stdin instead of file for input?

jeffcharles opened this issue · comments

It would be a lot easier to use this with pipes rather than needing to write out a file just to read it in again. I.e., webpack --json | analyze-bundle-size

Absolutely agreed. Done.