mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 02:54:21 +08:00
There can be cases where the `less` stylesheet preprocessor will return an undefined value for a sourcemap even though sourcemaps have been enabled. A check is now performed to handle these cases to prevent potential crashes when processing `less` styles.