mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 05:52:41 +08:00
Until we depend on `webpackStats` in the browser builder we should only included the required stats. The below are the needed stats; ``` all: false, colors: true, hash: true, timings: true, chunks: true, builtAt: true, warnings: true, errors: true, assets: true, ids: true, entrypoints: true, ```