Estou construindo meu aplicativo Angular 18 para análise de pacotes:
ng build -stats-json
O stats.json resultante tem 38K linhas. Então eu tento analisar usando:
webpack-bundle-analyzer <path-to-json-file>
o que me dá um erro:
Could't analyze webpack bundle:
TypeError: Cannot read properties of undefined (reading 'filter')