'@snowpack/plugin-sass' does not handle SASS files starting with '_' prefix correctly. #1266
Unanswered
heikkilamarko
asked this question in
Q&A
Replies: 1 comment 9 replies
-
|
Yes! That's the exact issue I was talking about in this comment: #1264 (reply in thread) (could have explained it better). Just need to release a new version of Snowpack to resolve this issue. You can try our automated |
Beta Was this translation helpful? Give feedback.
9 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.
Uh oh!
There was an error while loading. Please reload this page.
-
@snowpack/plugin-sassdoes not handle SASS files starting with '_' prefix correctly.In DEV mode, there are no errors, but edits to files starting with '_' are not hot-reloaded.
PROD build (
npm run build) fails with an error.I can make the PROD build work by ignoring files having '_' prefix (see the comment):
Beta Was this translation helpful? Give feedback.
All reactions