Skip to content

Instantly share code, notes, and snippets.

@gustaflindqvist
Forked from xjamundx/webpack-sorted-sizes.sh
Created September 1, 2016 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gustaflindqvist/1de72098e7dce7f86635ff53d8857b94 to your computer and use it in GitHub Desktop.
Save gustaflindqvist/1de72098e7dce7f86635ff53d8857b94 to your computer and use it in GitHub Desktop.
webpack --display-modules | awk '{print $3$4" "$2}' | grep -v bytes | sort -n | tail -100
@gustaflindqvist
Copy link
Author

Already default by webpack:
webpack --display-modules --sort-modules-by size

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment