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
  • Select an option

  • Save gustaflindqvist/1de72098e7dce7f86635ff53d8857b94 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
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