mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 06:41:45 +08:00
This reduce memory consumption during re-builds. ``` runtime.ba93f81591909b93394f.hot-update.js.map will be removed styles.ba93f81591909b93394f.hot-update.js.map will be removed runtime.ba93f81591909b93394f.hot-update.json will be removed runtime.ba93f81591909b93394f.hot-update.js will be removed styles.ba93f81591909b93394f.hot-update.js will be removed ``` See https://github.com/webpack/webpack/issues/12947#issuecomment-812108140 and https://github.com/webpack/webpack/issues/13127