fix(@angular/cli): use safer clean-css optimization level#10101
fix(@angular/cli): use safer clean-css optimization level#10101clydin merged 2 commits intoangular:1.7.xfrom
Conversation
|
Please open an issue following the template guidelines and describing the problem that this would address. |
|
If you are sure of this, you need to write and attach tests |
|
i think disabling all level 2 optimizations is overkill. This sounds like an issue with shorthand merging for non-adjacent properties. clean-css level2 optimizations contain some options that read like they control exactly that. |
|
@dominikg for my use case mentioned in the issue #10186 , yes, setting
My original rationale was trying to reduce the surprises of the resulting CSS by using level 1 instead of the more aggressive level 2 as there may be other edge cases that are not just caused by I am open to suggestions and would like to know what the team thinks. |
|
This appears to be a defect with the @iamchucky Can you update the PR in this regard? |
|
@clydin done, and created an issue clean-css/clean-css#1022 |
|
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. |
Target: 1.7.x