You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running ng build [app name] --statsJson outputs a stats.json just like webpack --json > stats.json would. The profile flag for the webpack cli adds profile section to modules of the outputted json. Can we get the same output as we would with webpack --profile --json > stats.json from ng build ...
Some flag or solution to make ng build [app name] --statsJson output stats.json with profile sections like webpack --profile --json > stats.json would.
🚀 Feature request
Command (mark with an
x
)Description
Running
ng build [app name] --statsJson
outputs a stats.json just likewebpack --json > stats.json
would. The profile flag for the webpack cli adds profile section to modules of the outputted json. Can we get the same output as we would withwebpack --profile --json > stats.json
fromng build ...
see https://webpack.js.org/api/stats/
repost of #10028
Describe the solution you'd like
Some flag or solution to make
ng build [app name] --statsJson
output stats.json with profile sections likewebpack --profile --json > stats.json
would.Describe alternatives you've considered
ejecting to webpack
ng v
The text was updated successfully, but these errors were encountered: