this project have the objective to analyse the webpack statistics and extract the usage of modules
just install npx globaly
npm install -g npx
export your webpack json stats file:
webpack --json > stats.json
and launch:
npx git+https://github.com/easyni/webpack-modules-analyser.git
To ignore some patterns
npx git+https://github.com/easyni/webpack-modules-analyser.git --ignore node_modules,foo