Replies: 1 comment
-
Yes! This was just fixed in #1091, not yet merged but will go out in the next release |
Beta Was this translation helpful? Give feedback.
0 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.
-
The following
snowpack.config.js
does not watch.scss
files (taken directly from: https://www.snowpack.dev/#sass)I am using a separate dev server and can thus not use
snowpack dev
, rather I am usingsnowpack build --watch
.plugin-run-script states the following:
"watch | string | (optional) A watch command to run during the dev server "
The description suggests that the only way to get "watch" to work is to run
snowpack dev
. This should be changed so that it works regardless of whether usingsnowpack dev
orsnowpack build --watch
.The "cmd" is ran once when using
snowpack build --watch
.Beta Was this translation helpful? Give feedback.
All reactions