mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 19:13:34 +08:00
With this change we update to `webpack` to `5.38.1`, this also updates `webpack-sources` to `2.3.0`, The latter is causing OOM errors on our CI, but it in real projects the memory usage only increased by a small fraction. Also, the OOM errors don't manifest themselves when the entire test suit is run locally. Therefore with this change we also disable sourcemap genertation for most of the browser builds to speed up the tests and reduce memery usage.