[plugin-sass] Partials do not trigger reload / hmr when change happens #1898
Unanswered
m9dfukc
asked this question in
Troubleshooting
Replies: 1 comment 5 replies
-
|
They should! We have this handling here: https://github.com/snowpackjs/snowpack/blob/main/plugins/plugin-sass/plugin.js#L49-L61 If you don't mind, adding some console.log calls to that helper to make sure that it's being called in your project would be a great first step to debug |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As a follow up to this discussion, Sass partials still don't work 100% yet. Running in dev mode (or snowpack build --watch) changes in the partial files won't trigger a reload / hmr!
Beta Was this translation helpful? Give feedback.
All reactions