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

Watch mode --save: rebuild on save regardless of changes #13

Closed
bebraw opened this issue Dec 24, 2016 · 9 comments
Closed

Watch mode --save: rebuild on save regardless of changes #13

bebraw opened this issue Dec 24, 2016 · 9 comments

Comments

@bebraw
Copy link

bebraw commented Dec 24, 2016

I would like the option to be able to rebuild on save when using watch without webpack looking at the last modified date of files.

I understand rebuild can be resource intensive, but sometimes it is useful to the dev to be able to build as a sanity check or just to refresh the project.

Moved from webpack/webpack#1992

@evenstensberg
Copy link
Member

If I were to understand this correctly, it's just a rebuild after save regardless if it's a change or not?

@bebraw
Copy link
Author

bebraw commented Dec 24, 2016

@gkiely Can you expand on the idea?

@evenstensberg
Copy link
Member

evenstensberg commented Dec 24, 2016

If there's a change, you'll get an update. If there isn't, you'll get an update too.

Edit: Could have an option for this, yes?

@gkiely
Copy link

gkiely commented Jun 6, 2018

Sorry I never got back on this, this is awesome though @ev1stensberg, did this end up getting fixed?

@evenstensberg
Copy link
Member

#24 Was merged, but I think it got removed. Maybe nodemon is a better option for you

@gkiely
Copy link

gkiely commented Dec 21, 2018

@evenstensberg Thankyou for writing this!
I'll see if I can re-submit it?

@evenstensberg
Copy link
Member

I think maybe we should wait until the new CLI is done to see what features are needed and wanted

@jayjun
Copy link
Contributor

jayjun commented Feb 26, 2019

Hmm, @evenstensberg then removed it?

Documentation removed here. Implementation removed here.

@evenstensberg
Copy link
Member

Yes, I think it got lost in the rebase against the new branch of webpack. But the removal is good. We need less flags and features to focus on maintaining, check out nodemon if that works out

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

No branches or pull requests

4 participants