quasarframework / quasar-cli

[DEPRECATED, <= 0.17) Quasar Framework - CLI
https://quasar.dev
MIT License
202 stars 50 forks source link

support webpack --watch #221

Closed s51983 closed 5 years ago

s51983 commented 5 years ago

What kind of change does this PR introduce? (check at least one)

Does this PR introduce a breaking change? (check one)

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

If adding a new feature, the PR's description includes:

Other information:

rstoenescu commented 5 years ago

Hi,

It makes no sense to add watcher when building. Building is meant for producing the production-ready folder and nothing more. Furthermore, this breaks a lot of CLI stuff that you might not be aware of.