feat(@angular-devkit/build-angular): enhance Sass rebasing importer for resources URL defined in variables and handling of external paths#27456
Conversation
b254019 to
daa6609
Compare
daa6609 to
1576335
Compare
fde8ad9 to
5e81cbf
Compare
|
I think if you update the resolve call in the first commit (1576335#diff-9c5b4495153e90ce431014a888e42237c40e7be76a89ed2866a012615f578f39R61-R67) to adjust the resolveDir instead of the input path you should be able to remove the need for the second fix commit. |
5e81cbf to
35e7187
Compare
Yeah, you are absolutely right! |
…or resources URL defined in variables and handling of external paths This commit introduces enhancements to the Sass rebasing importer, enabling it to resolve resources whose paths are stored in variables or namespaced variables. Also this addresses an issue where URL paths in Sass and SCSS files, flagged as external, were incorrectly rebased, leading to resolution errors. Closes angular#27445 and closes angular#27007
35e7187 to
1b4b196
Compare
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This commit introduces enhancements to the Sass rebasing importer, enabling it to resolve resources whose paths are stored in variables or namespaced variables. Also this addresses an issue where URL paths in Sass and SCSS files, flagged as external, were incorrectly rebased, leading to resolution errors.
Closes #27445 and closes #27007