mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-25 00:31:36 +08:00
Webpack's `Stats.toJson` function is an expensive operation and is recommended to be avoided where possible. In the case of the karma plugin, the compilation errors can be accessed directly without the need for the function call.