Visualize size of webpack output files with an interactive zoomable treemap.
I run below command to create stats.json: ng build --prod --stats-json After this I am executing below code: webpack-bundle-analyzer …
angular webpack package.json webpack-bundle-analyzerI'm trying to generate the stats.json file for my Angular 6 application. Below things I've already tried, but the file …
angular npm webpack webpack-bundle-analyzer