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

Recommend sorting the output in the README

ericclemmons opened this issue · comments

This makes it easier to grok:

$> webpack --json --sort-modules-by size | webpack-bundle-size-analyzer

Thank-you for the suggestion! I think I'm missing something - webpack-bundle-size-analyzer already sorts its dependencies in size order when printing the dependency tree, so this flag shouldn't affect the output.

Oh, weird. I must've misread the output or something. I assumed it did, but thought I got different results :D

Closing since I made a mistake.

Thanks!