Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add watch mode #322

Merged
merged 1 commit into from
Feb 1, 2017
Merged

Add watch mode #322

merged 1 commit into from
Feb 1, 2017

Conversation

egoist
Copy link
Collaborator

@egoist egoist commented Feb 1, 2017

Introducing watch mode:

$ vue build Counter.vue --watch

Like the default development mode but remove HMR support and uses a real file system compiler.watch

@egoist egoist mentioned this pull request Feb 1, 2017
@yyx990803
Copy link
Member

Hmm this is technically a breaking change though (-w now means something different). Is it possible to add this in a backwards compatible way?

@egoist
Copy link
Collaborator Author

egoist commented Feb 1, 2017

sure, but I find using -w for webpack config is a bit weird in the first place 😂 especially we have --watch now

@yyx990803
Copy link
Member

yyx990803 commented Feb 1, 2017

Well I think it's actually ok to have breaking changes for CLI stuff, especially when these are just dev features. You can merge this yourself when you are ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants