mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
* feat(@angular/cli): update schema to match new `sourceMap` * feat(@angular-devkit/build-angular): fine grain settings for sourceMaps This PR add more control over which sourceMaps you want, Now you can enable sourceMaps for scripts only, styles only or both. Also we added another functionality which are hidden sourcemaps. These are normaly used for error reporting tools. Fixes #7527