Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 482 Bytes

File metadata and controls

37 lines (25 loc) · 482 Bytes

Commands

Interactive mode to select updates

yarn upgrade-interactive

View outdated packages

yarn outdated

Remove unused dependencies

npx depcheck

Analyze duplications

npx jscpd -r html --pattern 'src/app/**/*.ts' .

Generate the size report

yarn build --configuration production --stats-json

Then analyze with

npx webpack-bundle-analyzer dist/visualization-component/stats.json