How to configure quasar dev in BEX mode to not shut down on error #15995
Unanswered
raphayol
asked this question in
CLI - BEX mode
Replies: 1 comment
-
A temporary solution is to replace the way the quasar dev server is run in the pacquage.json.
by
|
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
-
I am using the default quasar.config.js and I run it in bex mode using
quasar dev -m bex
Each time the compiler encounter an error in one of my view component the command shut down returning error code 1. Then I have to re-run it.
How to avoid this behavior and make it watch for changes even when an error is encountered ?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions