Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 888 Bytes

README.md

File metadata and controls

47 lines (24 loc) · 888 Bytes

README

CircleCI

Webpack modules analyser

this project have the objective to analyse the webpack statistics and extract the usage of modules

dashboard

Basic install & use

node version: 8

HOW TO USE

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