-
Notifications
You must be signed in to change notification settings - Fork 12k
ng build lib --watch output css not changes sometimes #16272
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
Comments
But if I remove or add some character, this workes with refresh. |
Hi @kolkov, can you please clarify if correct css is not reflected in the consuming application or at a library level in the dist folder? |
@alan-agius4 If I understand correctly lib compiles properly. And I can't debug my lib. I can't see debug info in chrome dev tools. I remove and in lib folder I see: |
Mostly likely this is a duplicate of #13588 Will take a look in the coming days |
I had a look at it, and it seems not related to the issue above, also as mentioned above by the reported it doesn't happen consistently. The problem seems to be related and webpack notifications to the browser. This is being the changes are in the served bundle it's just not reflected in the browser, as when a user does hit CTRL + F5 the style change is visible. |
This fixed in rc.4. thanks! |
In that case I am going to close the issue. If the problem persists, please open a new issue, provide a simple repository reproducing the problem, and describe the difference between the expected and current behavior. |
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. |
Hi! If I change
scss
file in library, app refreshes, but style not changes sometimes.The text was updated successfully, but these errors were encountered: