Build —watch mode
-
Is there an vue-cli’s “build —watch” (https://github.com/vuejs/vue-cli/issues/1317) equivalent in quasar?
Build —watch compiles & writes to disk (so no HMR) and keeps watching for any changes to files and recompiles if so and stays watching…
-
There isn’t, but what do you need it for?
Sometimes you don’t want to serve html and other build files with integrated serve command.
This doesn’t tell me much.
Scott