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
When i'm using parcel watch without a configuration, the transpiler stops functioning when a SCSS error has occured. This means i'll have to restart the watch process and this distracts me from development work.
🐛 bug report
When i'm using
parcel watch
without a configuration, the transpiler stops functioning when a SCSS error has occured. This means i'll have to restart the watch process and this distracts me from development work.🎛 Configuration (.babelrc, package.json, cli command)
No configuration set. The watch process is called right away from the
package.json
.🤔 Expected Behavior
I would expect the process to transpile again as soon as a change has been made to a .scss file.
😯 Current Behavior
The steps that i follow are:
parcel watch
. The process starts to run: ✨ Built in 980ms.💁 Possible Solution
Prevent the process from terminating when SCSS error occurs.
💻 Code Sample
Repo in which this occurs: https://gitlab.com/commonground/don/developer.overheid.nl
🌍 Your Environment
The text was updated successfully, but these errors were encountered: