-
Notifications
You must be signed in to change notification settings - Fork 12k
feat(@angular/cli): optimize stylesheets after bundling #8764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
8aa92a7
to
d7cd308
Compare
3633e02
to
d08d2f9
Compare
d08d2f9
to
f446252
Compare
a5487ec
to
138b697
Compare
138b697
to
df09528
Compare
aa80cc1
to
13547f0
Compare
Hi guys, It seems that #8598 is not fixed yet :( |
@rokerkony This PR is marked as |
@devoto13 oh, I saw it in the release notes: if it is as you say, I'll wait for that, thank you |
@devoto13 @rokerkony could i use some angular/cli version with angular 5 without this issue? |
@DzianisUkrainets you can try 1.7.0-beta.2. |
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. |
Re-structuring the webpack resource loader allows the new stylesheet optimizing plugin to process component styles as well as global styles. Global styles are now optimized as a whole rather than in isolated parts; allowing for more comprehensive optimizations.
Fixes #8598
Fixes #8640 (2nd commit)
Fixes #8934; Fixes #8891 (2nd & 3rd commit)