mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 18:43:42 +08:00
The `Stats.ToJsonOutput` type is not present in the Webpack 5 typings. There was also a large amount of forced typing in the code to successfully compile. Minimal Webpack JSON stat types are now used that represent the fields used by the tooling.
Angular Webpack Build Facade
WIP