-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Material theme broken with Build Optimizer. #9221
Comments
@filipesilva After digging around I found that This compression in my case decrease the vendor bundle size by 1.63%
|
Nice job on the research. This is actually being tracked over here: angular/devkit#388. And there's a pending PR against material to fix. |
Closing as this is being tracked by the issue mentioned by @clydin above. |
Could anyone recommend a workaround for this issue? |
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. |
Versions
Repro steps
Observed behavior
Running
npm run start -- --prod
produce a fab button wihtout accent color:Running
npm run start -- --prod --build-optimizer=false
works fine:Desired behavior
Same behavior with/without Build Optimizer.
Mention any other details that might be useful (optional)
The text was updated successfully, but these errors were encountered: