You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting reports of there being a regression with this in current versions of Stencil (1.17.3 specifically), but in testing this it is not so much a "regression" as it appears to be an issue that the fix that was released above in 1.9.1 did not make it into the next compiler (which at the time was hidden behind the --next option).
Stencil version:
I'm submitting a:
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/
Current behavior:
Changes to CSS are not immediately displayed in the browser. Rather, you have to refresh the browser.
Expected behavior:
CSS changes would be displayed via the browser without a need for refresh.
Steps to reproduce:
git clone https://github.com/jcfranco/stencil-changes-from-partials-are-not-picked-up.git
cd stencil-changes-from-partials-are-not-picked-up
npm i
npm start
scss/includes/_partial.scss
orcomponents/my-component/my-component.scss
Next
npm i @stencil/core@latest
to get latest 1.8.x and redo the above steps starting with thenpm start
.Now the changes are reflected in the browser right away as expected.
Also tested using https://github.com/kensodemann/kws-weather-widgets, which uses CSS instead of SASS. Same issue: 1.8.x works fine, 1.9.x requires a reload of the browser to see CSS mods.
The text was updated successfully, but these errors were encountered: