Watch mode for v1.x.x
-
Hello! Previously on v0.14 we made npm run watch (node build/script.watch.js) for dev server for quick rebuild.
config part:
watch: true, watchOptions: { aggregateTimeout: 1000, },
How can I make same in v1.x.x ?
I will be happy if someone will show the way!
Thank you! -
hot reload/rebuild works out of the box in v1.x if you run Quasar in dev mode.