-
Notifications
You must be signed in to change notification settings - Fork 792
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
bug: globalStyle
SCSS dependency not rebuilding
#5287
Comments
@silvertech-daniel thanks for providing the reproducible example. Unfortunately I am not able to really reproduce this. After starting the dev server via Can you maybe help me understand what I need to do to repro this? |
it's probably something that only happens on windows. Stencil says that a rebuild gets triggered even when I edit an unrelated file like |
Oh, I think this has been fixed in a different package which hasn't been released yet, see ionic-team/stencil-sass#459 |
@silvertech-daniel we have cut a dev release of our sass plugin, can you run |
@christian-bromann that works perfectly — lmk when that gets released! |
The fix for this issue has been included in today's |
Prerequisites
Stencil Version
4.11.0
Current Behavior
#5244 (comment)
This one I could not find a way to minimally replicate but I did observe it in a large closed-source project
Expected Behavior
Updating any dependency is treated the same as updating the dependent file
System Info
Steps to Reproduce
Update ./src/global/_x.scss and notice that it does not update until you touch ./src/global/_global.scss as well.
Code Reproduction URL
https://github.com/silvertech-daniel/stencil-bug
Additional Information
No response
The text was updated successfully, but these errors were encountered: